[Add] AmitySDK 6.47.1
[CocoaPods.git] / Specs / 4 / 9 / 0 / SHLib / 0.1.3 / SHLib.podspec.json
blobceb666867b76f80da14be4a3f40f1fdb048bfc64
2   "name": "SHLib",
3   "version": "0.1.3",
4   "summary": "A series of useful functions used often in projects.",
5   "description": "                       Some useful functions and categories I found myself using for most of my projects.\n",
6   "homepage": "https://github.com/StratusHunter/SHLib",
7   "license": "MIT",
8   "authors": {
9     "Terence Baker": "stratushunter@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/StratusHunter/SHLib.git",
13     "tag": "0.1.3"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "SHLib/*/*/*",
20   "frameworks": "UIKit",
21   "subspecs": [
22     {
23       "name": "NSObject",
24       "source_files": "SHLib/Categories/NSObject/*"
25     },
26     {
27       "name": "NSString",
28       "source_files": "SHLib/Categories/NSString/*"
29     },
30     {
31       "name": "UIColor",
32       "source_files": "SHLib/Categories/UIColor/*"
33     },
34     {
35       "name": "UIImage",
36       "source_files": "SHLib/Categories/UIImage/*"
37     },
38     {
39       "name": "UIImageView",
40       "source_files": "SHLib/Categories/UIImageView/*"
41     },
42     {
43       "name": "UIView",
44       "source_files": "SHLib/Categories/UIView/*"
45     },
46     {
47       "name": "Container",
48       "source_files": "SHLib/Categories/Container/*/*"
49     },
50     {
51       "name": "SHTableViewDelegate",
52       "source_files": [
53         "SHLib/Classes/SHTableViewDelegate/*",
54         "SHLib/Categories/NSObject/*"
55       ]
56     }
57   ]