| { |
| "name": "YISplashScreen", |
| "version": "1.1.0", |
| "license": { |
| "type": "Beerware", |
| "text": "If we meet some day, and you think this stuff is worth it, you can buy me a beer in return." |
| }, |
| "homepage": "https://github.com/inamiy/YISplashScreen", |
| "authors": { |
| "Yasuhiro Inami": "inamiy@gmail.com" |
| }, |
| "summary": "Easy splash screen + animation maker for iOS5+.", |
| "screenshots": [ |
| "https://raw.github.com/inamiy/YISplashScreen/master/Screenshots/screenshot1.png" |
| ], |
| "source": { |
| "git": "https://github.com/inamiy/YISplashScreen.git", |
| "tag": "1.1.0" |
| }, |
| "source_files": "Classes/*.{h,m}", |
| "requires_arc": true, |
| "platforms": { |
| "ios": "5.0" |
| }, |
| "frameworks": "QuartzCore" |
| } |