[Add] WatchMarket 0.0.2
[CocoaPods.git] / Specs / 4 / 7 / c / RCROutlineButton / 1.0.0 / RCROutlineButton.podspec.json
blob5fa643f7a7a136bcb34ab9e5bdd3008c6a7c95b4
2   "name": "RCROutlineButton",
3   "version": "1.0.0",
4   "summary": "An iOS UIButton subclass with an outline border whose colour matches that of the title label.",
5   "homepage": "https://github.com/robinsonrc/RCROutlineButton",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": "Rich Robinson",
11   "source": {
12     "git": "https://github.com/robinsonrc/RCROutlineButton.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "7.1"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "RCROutlineButton/*.{h,m}"
21   ],
22   "frameworks": "UIKit"