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

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

ruby - Net::HTTP extremely slow responses for HTTPS requests -

c# - Json write can not be serialized -