| { |
| "name": "ICFPS", |
| "version": "1.1.1", |
| "summary": "一个iOSapp内存、cpu,fps检测工具", |
| "description": "一个iOSapp内存、cpu,fps检测工具 使用oc编写", |
| "homepage": "https://github.com/icoder20150719/FPSDemo", |
| "social_media_url": "https://www.jianshu.com/u/9c7c2ad9faf8", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "xiongan": "andybbear@163.com" |
| }, |
| "source": { |
| "git": "https://github.com/icoder20150719/FPSDemo.git", |
| "tag": "1.1.1" |
| }, |
| "source_files": "FPSDemo/FPSDemo/src/*.{h,m}", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "frameworks": "UIKit", |
| "requires_arc": true |
| } |