[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 9 / 1 / AppDevKit / 1.0.0 / AppDevKit.podspec.json
blob76d118f3ec07adaed1fdfdea8d0921515439efa7
2   "name": "AppDevKit",
3   "version": "1.0.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   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/yahoo/AppDevKit.git",
15     "tag": "1.0.0"
16   },
17   "source_files": "AppDevPods/AppDevKit.h",
18   "public_header_files": "AppDevPods/AppDevKit.h",
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "AppDevCommonKit",
23       "source_files": [
24         "AppDevPods/AppDevCommonKit/**/*",
25         "AppDevPods/AppDevCommonKit.h"
26       ],
27       "public_header_files": [
28         "AppDevPods/AppDevCommonKit/**/*.h",
29         "AppDevPods/AppDevCommonKit.h"
30       ]
31     },
32     {
33       "name": "AppDevUIKit",
34       "source_files": [
35         "AppDevPods/AppDevUIKit/**/*",
36         "AppDevPods/AppDevUIKit.h"
37       ],
38       "public_header_files": [
39         "AppDevPods/AppDevUIKit/**/*.h",
40         "AppDevPods/AppDevUIKit.h"
41       ],
42       "dependencies": {
43         "AppDevKit/AppDevCommonKit": [
45         ]
46       }
47     },
48     {
49       "name": "AppDevAnimateKit",
50       "source_files": [
51         "AppDevPods/AppDevAnimateKit/**/*",
52         "AppDevPods/AppDevAnimateKit.h"
53       ],
54       "public_header_files": [
55         "AppDevPods/AppDevAnimateKit/**/*.h",
56         "AppDevPods/AppDevAnimateKit.h"
57       ]
58     },
59     {
60       "name": "AppDevImageKit",
61       "source_files": [
62         "AppDevPods/AppDevImageKit/**/*",
63         "AppDevPods/AppDevImageKit.h"
64       ],
65       "public_header_files": [
66         "AppDevPods/AppDevImageKit/**/*.h",
67         "AppDevPods/AppDevImageKit.h"
68       ],
69       "dependencies": {
70         "AppDevKit/AppDevCommonKit": [
72         ]
73       }
74     },
75     {
76       "name": "AppDevListViewKit",
77       "source_files": [
78         "AppDevPods/AppDevListViewKit/**/*",
79         "AppDevPods/AppDevListViewKit.h"
80       ],
81       "public_header_files": [
82         "AppDevPods/AppDevListViewKit/**/*.h",
83         "AppDevPods/AppDevListViewKit.h"
84       ],
85       "dependencies": {
86         "AppDevKit/AppDevCommonKit": [
88         ],
89         "AppDevKit/AppDevUIKit": [
91         ]
92       }
93     }
94   ]