[Add] FTMobileSDK 1.5.8-alpha.2
[CocoaPods.git] / Specs / e / b / 9 / LPDMvvmKit / 0.4.7 / LPDMvvmKit.podspec.json
blob8413ad82124f48347751a86e404708d4331950be
2   "name": "LPDMvvmKit",
3   "version": "0.4.7",
4   "summary": "mvvm",
5   "description": "a framework of mvvm.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
6   "homepage": "https://github.com/foxsofter/lpd-mvvm-kit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "foxsofter": "foxsofter@gmail.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/foxsofter/lpd-mvvm-kit.git",
19     "tag": "0.4.7",
20     "submodules": true
21   },
22   "requires_arc": true,
23   "subspecs": [
24     {
25       "name": "Additions",
26       "platforms": {
27         "ios": "7.0"
28       },
29       "source_files": "Classes/Additions/*.{h,m}",
30       "dependencies": {
31         "AFNetworking": [
33         ],
34         "ReactiveCocoa": [
35           "2.5"
36         ],
37         "DateTools": [
39         ]
40       }
41     },
42     {
43       "name": "Controls",
44       "platforms": {
45         "ios": "7.0"
46       },
47       "dependencies": {
48         "LPDMvvmKit/Additions": [
50         ],
51         "SDiPhoneVersion": [
53         ],
54         "Masonry": [
56         ]
57       },
58       "source_files": [
59         "Classes/Controls/LPDPopupView/*.{h,m}",
60         "Classes/Controls/LPDAlertView/*.{h,m}",
61         "Classes/Controls/LPDToastView/*.{h,m}"
62       ]
63     },
64     {
65       "name": "Mvvm",
66       "platforms": {
67         "ios": "7.0"
68       },
69       "dependencies": {
70         "LPDMvvmKit/Additions": [
72         ],
73         "LPDMvvmKit/Controls": [
75         ],
76         "AFNetworking": [
78         ],
79         "ReactiveCocoa": [
80           "2.5"
81         ],
82         "ReactiveViewModel": [
84         ],
85         "UICKeyChainStore": [
87         ],
88         "MJRefresh": [
90         ],
91         "YYModel": [
93         ]
94       },
95       "source_files": [
96         "Classes/Mvvm/*.{h,m}",
97         "Classes/Mvvm/Services/*.{h,m}",
98         "Classes/Mvvm/Services/LKUserDefaults/*.{h,m}",
99         "Classes/Mvvm/Models/*.{h,m}",
100         "Classes/Mvvm/ViewControllers/*.{h,m}",
101         "Classes/Mvvm/ViewModels/*.{h,m}",
102         "Classes/Mvvm/Views/*.{h,m}"
103       ]
104     }
105   ]