[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 5 / 8 / 0 / GCToolkit / 0.3.3 / GCToolkit.podspec.json
blob4533193d2bd46b436362cb0d85e59c780a1ab162
2   "name": "GCToolkit",
3   "version": "0.3.3",
4   "summary": "hex colors, shadows, textfield with appearance apis...",
5   "homepage": "https://github.com/greycats/GCToolkit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Rex Sheng": "shengning@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/greycats/GCToolkit.git",
15     "tag": "0.3.3"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "source_files": [
21     "Categories/**/*.{h,m}",
22     "Categories/**/*.{h,m}"
23   ],
24   "requires_arc": true,
25   "subspecs": [
26     {
27       "name": "UIKit",
28       "source_files": [
29         "Categories/UIColor*.{h,m}",
30         "Categories/UIImage*.{h,m}",
31         "Widgets/GC{SegmentedControl,TextField}.{h,m}"
32       ]
33     },
34     {
35       "name": "Bubble",
36       "source_files": "Widgets/RSBubbleView.{h,m}"
37     },
38     {
39       "name": "MBProgressHUD",
40       "dependencies": {
41         "MBProgressHUD": [
43         ]
44       },
45       "source_files": [
46         "Categories/MB*.{h,m}",
47         "Categories/UIViewController+HUD.{h,m}"
48       ]
49     },
50     {
51       "name": "RSMenuView",
52       "dependencies": {
53         "RSMenuView": [
54           "~> 1.0"
55         ],
56         "GCToolkit/UIKit": [
58         ]
59       },
60       "frameworks": "QuartzCore",
61       "source_files": "Widgets/GC{Avtar,Badge}*.{h,m}"
62     }
63   ]