| { | |
| "name": "HWFPSDisplay", | |
| "version": "0.0.1", | |
| "summary": "Display your app's FPS on screen", | |
| "homepage": "https://github.com/ihomway/HWFPSDisplay", | |
| "license": "MIT", | |
| "authors": { | |
| "ihomway": "ihomway@live.com" | |
| }, | |
| "social_media_url": "https://twitter.com/ihomway", | |
| "platforms": { | |
| "ios": "7.0" | |
| }, | |
| "frameworks": [ | |
| "Foundation", | |
| "UIKit" | |
| ], | |
| "source": { | |
| "git": "https://github.com/ihomway/HWFPSDisplay.git", | |
| "tag": "0.0.1" | |
| }, | |
| "source_files": "HWFPSDisplay/**/*.{h,m}", | |
| "requires_arc": true | |
| } |