I'm trying to install using cocoapods.
I need to support iOS 7 hence I can't use use_frameworks!.
Due to that, cocoapods fails because of the swift file included in source folder.
But I also understand that others want the swift file included and the objc file removed: #18
Perhaps you can make 2 different repostitories:
Keep this one purely for swift.
Make another called "ILTranslucentView-ObjC"
I'm trying to install using cocoapods.
I need to support iOS 7 hence I can't use
use_frameworks!.Due to that, cocoapods fails because of the swift file included in source folder.
But I also understand that others want the swift file included and the objc file removed: #18
Perhaps you can make 2 different repostitories:
Keep this one purely for swift.
Make another called "ILTranslucentView-ObjC"