[Add] ACWebSocketClient 0.1.0
[CocoaPods.git] / Specs / 2 / 0 / b / APRoundedButton / 0.1.2 / APRoundedButton.podspec.json
blobc985e9f929ba794c5dccc26261601c3ca2e0484b
2   "name": "APRoundedButton",
3   "version": "0.1.2",
4   "summary": "A rounded button.",
5   "description": "                       A simple XIB extension to make rounded custom buttons, without writing one line of code!\n",
6   "homepage": "https://github.com/jsilverMDX/APRoundedButton",
7   "license": "LICENSE",
8   "authors": {
9     "Jonathan Silverman": "jsilverman2@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/jsilverMDX/APRoundedButton.git",
13     "tag": "0.1.2"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     ".",
21     "Pod/Classes/*"
22   ],
23   "resource_bundles": {
24     "APRoundedButton": [
25       "Pod/Assets/*.png"
26     ]
27   },
28   "frameworks": [
29     "UIKit",
30     "QuartzCore"
31   ]