| { |
| "name": "PFPlayStationLoadingView", |
| "version": "1.0.0", |
| "summary": "A cute loading indicator just like the new PlayStation's way.", |
| "description": "A cute loading indicator just like the new PlayStation app's way. Provides two different indicator styles.", |
| "homepage": "https://github.com/PerfectFreeze/PFPlayStationLoadingView", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Cee": "cee@chu2byo.com" |
| }, |
| "social_media_url": "http://twitter.com/ceecirno", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/PerfectFreeze/PFPlayStationLoadingView.git", |
| "tag": "v1.0.0" |
| }, |
| "source_files": [ |
| "Classes", |
| "Classes/**/*.{h,m}" |
| ], |
| "exclude_files": "Classes/Exclude", |
| "resources": "Classes/*.bundle", |
| "requires_arc": true |
| } |