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:

  1. it not possible build static libraries swift code.
  2. thus pods written in swift can integrated dynamic frameworks
  3. you cannot have dynamic frameworks before ios 8.

Comments

Popular posts from this blog

command line - Use qwinsta in PowerShell ISE -

java - Incorrect order of records in M-M relationship in hibernate -

Python website log in: BIG-IP can not find session information in the request -