| { |
| "name": "ios-modal-transition", |
| "version": "0.0.1", |
| "summary": "Simple custom iOS Transition animation for Modal ViewController.", |
| "description": "This is the simple custom iOS Transition animation for Modal ViewController", |
| "homepage": "https://github.com/lazutkin-andrey/ios-modal-transition", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": "Andrey Lazutkin", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/lazutkin-andrey/ios-modal-transition.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "ios-modal-transition-example/Classes/*.{h,m}", |
| "public_header_files": "ios-modal-transition-example/Classes/*.h", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ], |
| "requires_arc": true |
| } |