[Add] AlibabacloudEais20190624 1.0.2
[CocoaPods.git] / Specs / 8 / 0 / 9 / YLBarButtonAction / 1.0.0 / YLBarButtonAction.podspec.json
blob0d60efeb3fe3c3735fde8b27e17a3ca066f98335
2   "name": "YLBarButtonAction",
3   "version": "1.0.0",
4   "summary": "Category for having action with UIBarButtonItem",
5   "description": "                   YLBarButtonAction is a category of UIBarButtonItem class that doesn't \n                   need for having a separate method for action.\n",
6   "homepage": "https://github.com/YoonLee/YLBarButtonActionCategory",
7   "license": {
8     "type": "MIT",
9     "file": "MIT_LICENSE"
10   },
11   "authors": {
12     "Yoon Lee": "yoon.lee.uci@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/whatyoonsays",
15   "platforms": {
16     "ios": "5.0"
17   },
18   "source": {
19     "git": "https://github.com/YoonLee/YLBarButtonActionCategory.git",
20     "tag": "1.0.0"
21   },
22   "source_files": [
23     "YLBarButtonAction",
24     "YLBarButtonAction/**/*.{h,m}"
25   ],
26   "exclude_files": "Classes/Exclude",
27   "requires_arc": true