| { |
| "name": "FIWWidget", |
| "version": "0.1.0", |
| "summary": "FIW插件-引擎插件,窗口对象是实现多窗口机制的基本单元。", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://gitee.com/chinacss/originalM.git", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "suchangjie2000@163.com": "suchangjie2000@163.com" |
| }, |
| "source": { |
| "svn": "https://172.16.236.129/svn/originalM/FIWWidget", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "requires_arc": true, |
| "source_files": "FIWWidget/Classes/**/*", |
| "public_header_files": "FIWWidget/Classes/**/*.h", |
| "resource_bundles": { |
| "FIWWidget": [ |
| "FIWWidget/Assets/*.png" |
| ] |
| }, |
| "vendored_frameworks": "Dependencies/*.framework", |
| "libraries": [ |
| "z", |
| "c++" |
| ], |
| "frameworks": [ |
| "UIKit", |
| "CoreTelephony", |
| "SystemConfiguration", |
| "Security" |
| ], |
| "dependencies": { |
| "FIMSDK": [ |
| "~> 0.1.1" |
| ], |
| "Ono": [ |
| "~> 1.2.2" |
| ], |
| "SSZipArchive": [ |
| "~> 2.1.1" |
| ], |
| "BlocksKit": [ |
| "~> 2.2.5" |
| ] |
| } |
| } |