| { |
| "name": "SCTransition", |
| "version": "0.0.1", |
| "summary": "SCTransition provide some transition animations.", |
| "description": "SCTransition provide some transition animations. It is a easy way to use these transition animations.", |
| "homepage": "https://github.com/TalkingJourney/SCTransition", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "TalkingJourney": "https://github.com/TalkingJourney" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/TalkingJourney/SCTransition.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "SCTransition/**/*.{h,m}", |
| "public_header_files": "SCTransition/**/*.h", |
| "requires_arc": true |
| } |