| { |
| "name": "FMBaseClass", |
| "version": "1.1.0", |
| "summary": "IOS常用工具类总结", |
| "description": "IOS常用工具类总结 IOS常用工具类总结。。。", |
| "homepage": "https://github.com/fuxinming/FMBaseClass.git", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "fuxinming": "980280655@qq.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/fuxinming/FMBaseClass.git", |
| "tag": "1.1.0" |
| }, |
| "ios": { |
| "vendored_frameworks": "FrameWork/FMBaseClass.framework" |
| }, |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ], |
| "requires_arc": true |
| } |