[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / 8 / 9 / 1 / CombinationPickerController / 0.0.4 / CombinationPickerController.podspec.json
blob063cc20979704532946e0abbcb369c5070839100
2   "name": "CombinationPickerController",
3   "version": "0.0.4",
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.4"
14   },
15   "source_files": "CombinationPickerContoller/Classes/**/*.{h,m}",
16   "resources": [
17     "**/*.png",
18     "**/*.xib"
19   ],
20   "frameworks": [
21     "QuartzCore",
22     "AssetsLibrary",
23     "Foundation",
24     "UIKit"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "KxMenu": [
29       "~> 1"
30     ]
31   }