| { |
| "name": "HybridKit", |
| "version": "0.0.1", |
| "summary": "iOS version of HybridKit, a pseudo Web <-> iOS/Android bridge.", |
| "homepage": "http://www.github.com/usepropeller/HybridKit-iOS", |
| "authors": { |
| "Mert Dumenci": "mert@dumenci.me", |
| "Clay Allsopp": "clay@usepropeller.com" |
| }, |
| "source": { |
| "git": "https://github.com/usepropeller/HybridKit-iOS.git", |
| "tag": "0.0.1" |
| }, |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "source_files": [ |
| "Classes", |
| "HybridKit/HybridKit/*.{h,m}" |
| ], |
| "requires_arc": true, |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "dependencies": { |
| "SVProgressHUD": [ |
| |
| ], |
| "HexColors": [ |
| |
| ], |
| "TransitionKit": [ |
| |
| ], |
| "BlocksKit": [ |
| |
| ] |
| } |
| } |