[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / a / 2 / d / LNToolkit / 0.2.2 / LNToolkit.podspec.json
blob7bab16e72c5f61a25e2998af7d9779cadf9a1940
2   "name": "LNToolkit",
3   "version": "0.2.2",
4   "summary": "hex colors, shadows, textfield with appearance apis...",
5   "homepage": "https://github.com/lognllc/LNToolkit",
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/lognllc/LNToolkit.git",
15     "tag": "0.2.2"
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/LN{SegmentedControl,TextField}.{h,m}"
32       ]
33     },
34     {
35       "name": "MBProgressHUD",
36       "dependencies": {
37         "MBProgressHUD": [
39         ]
40       },
41       "source_files": [
42         "Categories/MB*.{h,m}",
43         "Categories/UIViewController+HUD.{h,m}"
44       ]
45     },
46     {
47       "name": "RSMenuView",
48       "dependencies": {
49         "RSMenuView": [
50           "~> 1.0"
51         ],
52         "LNToolkit/UIKit": [
54         ]
55       },
56       "source_files": "Widgets/LN{Avtar,Badge}*.{h,m}"
57     },
58     {
59       "name": "AFNetworking",
60       "dependencies": {
61         "AFNetworking": [
62           "~> 1.3"
63         ]
64       },
65       "source_files": "Widgets/LN{Image,Remote}View.{h,m}"
66     }
67   ]