| { |
| "name": "PcrEngine", |
| "version": "1.7.7429", |
| "summary": "An unofficial PcrEngine SDK Cocoapods repository.", |
| "homepage": "http://www.kuaicha.info", |
| "license": "MIT", |
| "authors": { |
| "JeasonL": "https://github.com/JeasonL" |
| }, |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "source": { |
| "git": "https://github.com/JeasonL/PcrEngine.git", |
| "tag": "1.7.7429" |
| }, |
| "source_files": "SDK", |
| "resources": "SDK/*.bundle", |
| "ios": { |
| "vendored_libraries": "SDK/*.a" |
| }, |
| "frameworks": [ |
| "SystemConfiguration", |
| "MessageUI", |
| "AVFoundation", |
| "MobileCoreServices" |
| ], |
| "libraries": [ |
| "z", |
| "xml2", |
| "iconv" |
| ], |
| "requires_arc": true |
| } |