| { | |
| "name": "SunnyFPS", | |
| "version": "0.0.1", | |
| "summary": "SunnyFPS", | |
| "description": "SunnyFPS 一个简单查看FPS的Swift库", | |
| "homepage": "https://github.com/itamaker/SunnyFPS.git", | |
| "license": "Apache License, Version 2.0", | |
| "authors": { | |
| "amaker": "itamaker@gmail.com" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/itamaker/SunnyFPS.git", | |
| "tag": "0.0.1" | |
| }, | |
| "source_files": [ | |
| "Classes", | |
| "Classes/**/*.{h,m,swift}" | |
| ], | |
| "exclude_files": "Classes/Exclude", | |
| "requires_arc": true | |
| } |