[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 7 / 4 / 0 / AXPickerView / 1.0.5 / AXPickerView.podspec.json
blob7b0bfb3c616628aaa4fb022364307cf3fbc33ea7
2   "name": "AXPickerView",
3   "version": "1.0.5",
4   "summary": "A multi style picker view in iOS.",
5   "description": "A multi style picker view in iOS.\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
6   "homepage": "https://github.com/devedbox/AXPickerView",
7   "license": "MIT",
8   "authors": {
9     "艾星": "862099730@qq.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/devedbox/AXPickerView.git",
16     "tag": "1.0.5"
17   },
18   "source_files": [
19     "AXPickerView/AXPickerView/*.{h,m}",
20     "AXPickerView/AXPickerView/AXPickerContentView/*.{h,m}"
21   ],
22   "resources": "AXPickerView/AXPickerView/AXPickerView.bundle",
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "requires_arc": true,
28   "dependencies": {
29     "AXPracticalHUD": [
31     ],
32     "AXImagePickerController": [
34     ]
35   }