| { |
| "name": "BIZCircularTransition", |
| "version": "1.0.1", |
| "summary": "BIZCircularTransition is a round transition between UIViewControllers.", |
| "homepage": "https://github.com/bizibizi/BIZCircularTransition", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Igor Bizi": "igorbizi@mail.ru" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/bizibizi/BIZCircularTransition.git", |
| "tag": "1.0.1" |
| }, |
| "source_files": "Classes/*.{h,m}", |
| "public_header_files": "Classes/*.h", |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ], |
| "requires_arc": true |
| } |