[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / a / 2 / d / LNToolkit / 0.2.4 / LNToolkit.podspec.json
blobacd677804692fd7632b1e1d680c2edee26f0f062
2   "name": "LNToolkit",
3   "version": "0.2.4",
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.4"
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": "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         "LNToolkit/UIKit": [
58         ]
59       },
60       "source_files": "Widgets/LN{Avtar,Badge}*.{h,m}"
61     },
62     {
63       "name": "AFNetworking",
64       "dependencies": {
65         "AFNetworking": [
66           "~> 1.3"
67         ]
68       },
69       "source_files": "Widgets/LN{Image,Remote}View.{h,m}"
70     }
71   ]