| { |
| "name": "CombinationPickerController", |
| "version": "0.0.92", |
| "summary": "iOS picker", |
| "homepage": "https://github.com/opendream/CombinationPickerController", |
| "license": "MIT", |
| "authors": "Opendream", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/opendream/CombinationPickerController.git", |
| "tag": "0.0.92" |
| }, |
| "source_files": "CombinationPickerContoller/Classes/**/*.{h,m}", |
| "resources": [ |
| "**/*.png", |
| "**/*.xib" |
| ], |
| "frameworks": [ |
| "QuartzCore", |
| "AssetsLibrary", |
| "Foundation", |
| "UIKit" |
| ], |
| "requires_arc": true, |
| "dependencies": { |
| "KxMenu": [ |
| "~> 1" |
| ] |
| } |
| } |