[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / d / 9 / 1 / AppDevKit / 1.1.0 / AppDevKit.podspec.json
blobf9a989661efbdbcd5762bc09bc3e3e6ea6a60ba7
2   "name": "AppDevKit",
3   "version": "1.1.0",
4   "summary": "The collection of open develop utilities for iOS development team. It contains foundationl and useful features that Apple didn't provide.",
5   "homepage": "https://github.com/yahoo/AppDevKit",
6   "license": "Yahoo! Inc. BSD license",
7   "authors": {
8     "anistar sung": "cfsung@yahoo-inc.com",
9     "core team": "app-dev-kit@yahoo-inc.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/yahoo/AppDevKit.git",
16     "tag": "1.1.0"
17   },
18   "source_files": "AppDevPods/AppDevKit.h",
19   "public_header_files": "AppDevPods/AppDevKit.h",
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "AppDevCommonKit",
24       "source_files": [
25         "AppDevPods/AppDevCommonKit/**/*",
26         "AppDevPods/AppDevCommonKit.h"
27       ],
28       "public_header_files": [
29         "AppDevPods/AppDevCommonKit/**/*.h",
30         "AppDevPods/AppDevCommonKit.h"
31       ]
32     },
33     {
34       "name": "AppDevUIKit",
35       "source_files": [
36         "AppDevPods/AppDevUIKit/**/*",
37         "AppDevPods/AppDevUIKit.h"
38       ],
39       "public_header_files": [
40         "AppDevPods/AppDevUIKit/**/*.h",
41         "AppDevPods/AppDevUIKit.h"
42       ],
43       "dependencies": {
44         "AppDevKit/AppDevCommonKit": [
46         ]
47       }
48     },
49     {
50       "name": "AppDevAnimateKit",
51       "source_files": [
52         "AppDevPods/AppDevAnimateKit/**/*",
53         "AppDevPods/AppDevAnimateKit.h"
54       ],
55       "public_header_files": [
56         "AppDevPods/AppDevAnimateKit/**/*.h",
57         "AppDevPods/AppDevAnimateKit.h"
58       ]
59     },
60     {
61       "name": "AppDevImageKit",
62       "source_files": [
63         "AppDevPods/AppDevImageKit/**/*",
64         "AppDevPods/AppDevImageKit.h"
65       ],
66       "public_header_files": [
67         "AppDevPods/AppDevImageKit/**/*.h",
68         "AppDevPods/AppDevImageKit.h"
69       ],
70       "dependencies": {
71         "AppDevKit/AppDevCommonKit": [
73         ]
74       }
75     },
76     {
77       "name": "AppDevListViewKit",
78       "source_files": [
79         "AppDevPods/AppDevListViewKit/**/*",
80         "AppDevPods/AppDevListViewKit.h"
81       ],
82       "public_header_files": [
83         "AppDevPods/AppDevListViewKit/**/*.h",
84         "AppDevPods/AppDevListViewKit.h"
85       ],
86       "dependencies": {
87         "AppDevKit/AppDevCommonKit": [
89         ],
90         "AppDevKit/AppDevUIKit": [
92         ]
93       }
94     },
95     {
96       "name": "AppDevCameraKit",
97       "source_files": [
98         "AppDevPods/AppDevCameraKit/**/*",
99         "AppDevPods/AppDevCameraKit.h"
100       ],
101       "public_header_files": [
102         "AppDevPods/AppDevCameraKit/**/*.h",
103         "AppDevPods/AppDevCameraKit.h"
104       ]
105     }
106   ]