ios - Include Pods from Swift Sources in iOS7 Swift Project -
i have ios7 swift project , want use pod this based on swift code.
in pod file can include pod this:
platform :ios, "7.0" pod "timepiece"
assume project runs on ios.how can include pods swift sources?
your choice manually insert source code project, because:
- it not possible build static libraries swift code.
- thus pods written in swift can integrated dynamic frameworks
- you cannot have dynamic frameworks before ios 8.
Comments
Post a Comment