blob: 29089cc65f358b8c642acf08a1d14f59ffcc99ac [file] [log] [blame]
{
"name": "CombinationPickerController",
"version": "0.0.2",
"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.2"
},
"source_files": [
"CombinationPickerContoller",
"CombinationPickerContoller/**/*.{h,m}"
],
"resources": [
"**/*.png",
"**/*.xib"
],
"frameworks": [
"QuartzCore",
"AssetsLibrary",
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"KxMenu": [
"~> 1"
]
}
}