[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / c / 7 / Nimbus / 0.9.1 / Nimbus.podspec.json
blob433f4243e19b02599e14e33c8df598c043767727
2   "name": "Nimbus",
3   "version": "0.9.1",
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.1"
23   },
24   "description": "Nimbus is an iOS framework whose feature set grows only as fast as its documentation. By focusing on documentation first and features second, Nimbus hopes to be a framework that accelerates the development process of any application by being easy to use and simple to understand.",
25   "platforms": {
26     "ios": null
27   },
28   "source_files": "src/core/src",
29   "requires_arc": false,
30   "subspecs": [
31     {
32       "name": "CSS",
33       "source_files": "src/css/src"
34     },
35     {
36       "name": "AttributedLabel",
37       "source_files": "src/attributedlabel/src",
38       "frameworks": "CoreGraphics"
39     },
40     {
41       "name": "Interapp",
42       "source_files": "src/interapp/src"
43     },
44     {
45       "name": "Launcher",
46       "source_files": "src/launcher/src"
47     },
48     {
49       "name": "Models",
50       "source_files": "src/models/src"
51     },
52     {
53       "name": "NetworkImage",
54       "source_files": "src/networkimage/src"
55     },
56     {
57       "name": "Overview",
58       "source_files": "src/overview/src",
59       "resources": "src/overview/resources/NimbusOverviewer.bundle"
60     },
61     {
62       "name": "PagingScrollView",
63       "source_files": "src/pagingscrollview/src"
64     },
65     {
66       "name": "Photos",
67       "source_files": "src/photos/src",
68       "resources": "src/photos/resources/NimbusPhotos.bundle",
69       "dependencies": {
70         "Nimbus/PagingScrollView": [
72         ]
73       }
74     },
75     {
76       "name": "Operations",
77       "subspecs": [
78         {
79           "name": "JSON",
80           "source_files": "src/operations/src_JSONKit",
81           "dependencies": {
82             "JSONKit": [
84             ]
85           }
86         }
87       ]
88     },
89     {
90       "name": "WebController",
91       "source_files": "src/webcontroller/src",
92       "resources": "src/webcontroller/resources/NimbusWebController.bundle"
93     }
94   ]