[Add] AlibabacloudMarket20151101 1.1.0
[CocoaPods.git] / Specs / e / 5 / 2 / AJPickerButton / 1.0.0 / AJPickerButton.podspec.json
blob49e3b164e77b2131b94361e5f04f3906344f1ecd
2   "name": "AJPickerButton",
3   "version": "1.0.0",
4   "summary": "UIPickerView 跟 UIButton 的整合",
5   "description": "将UIButton跟UIPicker整合在一起,功能简单,接口简单",
6   "homepage": "https://github.com/AbooJan/AJPickerButton",
7   "license": "MIT",
8   "authors": {
9     "AbooJan": "aboojaner@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/AbooJan/AJPickerButton.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "AJPickerButton/Classes/*",
20   "dependencies": {
21     "AJPickerTextField": [
22       "~> 1.0.1"
23     ]
24   }