[Add] PlanktonGameServicesSDK 5.2.1
[CocoaPods.git] / Specs / 8 / 9 / 1 / CombinationPickerController / 0.0.2 / CombinationPickerController.podspec.json
blob29089cc65f358b8c642acf08a1d14f59ffcc99ac
2   "name": "CombinationPickerController",
3   "version": "0.0.2",
4   "summary": "iOS picker",
5   "homepage": "https://github.com/opendream/CombinationPickerController",
6   "license": "MIT",
7   "authors": "Opendream",
8   "platforms": {
9     "ios": "7.0"
10   },
11   "source": {
12     "git": "https://github.com/opendream/CombinationPickerController.git",
13     "tag": "0.0.2"
14   },
15   "source_files": [
16     "CombinationPickerContoller",
17     "CombinationPickerContoller/**/*.{h,m}"
18   ],
19   "resources": [
20     "**/*.png",
21     "**/*.xib"
22   ],
23   "frameworks": [
24     "QuartzCore",
25     "AssetsLibrary",
26     "Foundation",
27     "UIKit"
28   ],
29   "requires_arc": true,
30   "dependencies": {
31     "KxMenu": [
32       "~> 1"
33     ]
34   }