[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / c / 7 / Nimbus / 0.9.2 / Nimbus.podspec.json
blob2c4b704943f933601d27cf189bf2138d964d6c74
2   "name": "Nimbus",
3   "version": "0.9.2",
4   "license": "Apache License, Version 2.0",
5   "summary": "An iOS framework whose growth is bounded by O(documentation).",
6   "homepage": "http://jverkoey.github.com/nimbus/",
7   "authors": {
8     "Jeff Verkoeyen": "jverkoey@gmail.com",
9     "Bubnov Slavik": "bubnovslavik@gmail.com",
10     "Roger Chapman": "rogchap@gmail.com",
11     "Manu Cornet": "manu.cornet@gmail.com",
12     "Glenn Grant": "glenn@ensquared.net",
13     "Aviel Lazar": "aviellazar@gmail.com",
14     "Benedikt Meurer": "benedikt.meurer@googlemail.com",
15     "Anderson Miller": "anderson@submarinerich.com",
16     "Basil Shkara": "basil@neat.io",
17     "Peter Steinberger": "me@petersteinberger.com",
18     "Hwee-Boon Yar": "hboon@motionobj.com"
19   },
20   "source": {
21     "git": "https://github.com/jverkoey/nimbus.git",
22     "tag": "0.9.2"
23   },
24   "platforms": {
25     "ios": null
26   },
27   "source_files": "src/core/src",
28   "requires_arc": false,
29   "subspecs": [
30     {
31       "name": "CSS",
32       "source_files": "src/css/src"
33     },
34     {
35       "name": "AttributedLabel",
36       "source_files": "src/attributedlabel/src",
37       "frameworks": [
38         "CoreText",
39         "CoreGraphics"
40       ]
41     },
42     {
43       "name": "Interapp",
44       "source_files": "src/interapp/src"
45     },
46     {
47       "name": "Launcher",
48       "source_files": "src/launcher/src"
49     },
50     {
51       "name": "Models",
52       "source_files": "src/models/src"
53     },
54     {
55       "name": "NetworkControllers",
56       "source_files": "src/networkcontrollers/src"
57     },
58     {
59       "name": "NetworkImage",
60       "source_files": "src/networkimage/src",
61       "dependencies": {
62         "ASIHTTPRequest": [
64         ]
65       }
66     },
67     {
68       "name": "Overview",
69       "source_files": "src/overview/src",
70       "resources": "src/overview/resources/NimbusOverviewer.bundle"
71     },
72     {
73       "name": "PagingScrollView",
74       "source_files": "src/pagingscrollview/src"
75     },
76     {
77       "name": "Photos",
78       "source_files": "src/photos/src",
79       "resources": "src/photos/resources/NimbusPhotos.bundle",
80       "dependencies": {
81         "Nimbus/PagingScrollView": [
83         ]
84       }
85     },
86     {
87       "name": "Operations",
88       "source_files": "src/operations/src",
89       "subspecs": [
90         {
91           "name": "JSON",
92           "source_files": "src/operations/src_JSONKit",
93           "dependencies": {
94             "JSONKit": [
96             ]
97           }
98         }
99       ]
100     },
101     {
102       "name": "WebController",
103       "source_files": "src/webcontroller/src",
104       "resources": "src/webcontroller/resources/NimbusWebController.bundle"
105     }
106   ]