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

python - Mongodb How to add addtional information when aggregating? -

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

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