[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 9 / 5 / 2 / HTPressableButton / 1.2.0 / HTPressableButton.podspec.json
blobf1f43156c43931af2096c923f92e45f960b95c7a
2   "name": "HTPressableButton",
3   "version": "1.2.0",
4   "summary": "Pressable button with ease of use for iOS developers.",
5   "homepage": "http://github.com/herinkc/HTPressableButton",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "He Rin Kim": "me@herinkim.com",
12     "Thanakron Tandavas": "thanakron@tandavas.com"
13   },
14   "screenshots": "https://dl.dropboxusercontent.com/s/na4sowpi58dcajv/HTPressableButtonImage.gif",
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source": {
19     "git": "https://github.com/herinkc/HTPressableButton.git",
20     "tag": "1.2.0"
21   },
22   "requires_arc": true,
23   "default_subspecs": [
24     "All"
25   ],
26   "subspecs": [
27     {
28       "name": "All",
29       "source_files": [
30         "Classes",
31         "Classes/**/*.{h,m}"
32       ]
33     },
34     {
35       "name": "HTColor",
36       "source_files": "Classes/UIColor+HTColor.{h,m}"
37     }
38   ]