[Delete] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / 1 / f / 0 / Mobily / 0.1.1 / Mobily.podspec.json
blob8fc7a438a06e64d29ec6497217f254937c5846af
2   "name": "Mobily",
3   "version": "0.1.1",
4   "summary": "Mobily framework for iOS",
5   "homepage": "https://github.com/fgengine/mobily-ios",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Username": "fgengine@gmail.com"
12   },
13   "platforms": {
14     "ios": 7.0
15   },
16   "source": {
17     "git": "https://github.com/fgengine/mobily-ios.git",
18     "tag": "0.1.1"
19   },
20   "default_subspecs": "UI",
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "All",
25       "dependencies": {
26         "Mobily/UI": [
28         ]
29       }
30     },
31     {
32       "name": "Core",
33       "public_header_files": "Classes/Core/*.h",
34       "source_files": "Classes/Core/*.{h,m}",
35       "frameworks": "Foundation"
36     },
37     {
38       "name": "NS",
39       "public_header_files": "Classes/NS/Core/*.h",
40       "source_files": "Classes/NS/Core/*.{h,m}",
41       "dependencies": {
42         "Mobily/Core": [
44         ]
45       }
46     },
47     {
48       "name": "CG",
49       "public_header_files": "Classes/CG/Core/*.h",
50       "source_files": "Classes/CG/Core/*.{h,m}",
51       "frameworks": "CoreGraphics",
52       "dependencies": {
53         "Mobily/Core": [
55         ]
56       }
57     },
58     {
59       "name": "ControllerDynamicsDrawer",
60       "public_header_files": "Classes/UI/ControllerDynamicsDrawer/*.h",
61       "source_files": "Classes/UI/ControllerDynamicsDrawer/*.{h,m}",
62       "dependencies": {
63         "MSDynamicsDrawerViewController": [
65         ],
66         "Mobily/UI": [
68         ]
69       }
70     },
71     {
72       "name": "UI",
73       "public_header_files": "Classes/UI/Core/*.h",
74       "source_files": "Classes/UI/Core/*.{h,m}",
75       "frameworks": "UIKit",
76       "dependencies": {
77         "Mobily/Core": [
79         ],
80         "Mobily/NS": [
82         ],
83         "Mobily/CG": [
85         ]
86       }
87     }
88   ]