[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 5 / 7 / AddButton / 0.1.0 / AddButton.podspec.json
bloba1aeea854d84a06d2e4b302528fef22a55a1c289
2   "name": "AddButton",
3   "version": "0.1.0",
4   "summary": "AddButton is a simple button which has two states. One will display an add sign, the other a checkmark.",
5   "description": "AddButton is a simple UIButton which can be used in situations where an item can be added to a collection for example. The button has two states. One displays an add sign the other a checkmark.",
6   "homepage": "https://github.com/svenbacia/AddButton",
7   "license": "MIT",
8   "authors": {
9     "Sven Bacia": "sven.bacia@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/svenbacia/AddButton.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/svenbacia",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "AddButton": [
23       "Pod/Assets/*.png"
24     ]
25   }