[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / d / 9 / 1 / AppDevKit / 1.7.1 / AppDevKit.podspec.json
blob8a820fdbab2915c34934d2eaaefd91c7caf0f4b6
2   "name": "AppDevKit",
3   "version": "1.7.1",
4   "summary": "The collection of open develop utilities for iOS development team. It contains foundational 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@yahooinc.com",
9     "core team": "app-dev-kit@yahooinc.com"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "source": {
15     "git": "https://github.com/yahoo/AppDevKit.git",
16     "tag": "1.7.1"
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/*.{h,m}",
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/*.{h,m}",
37         "AppDevPods/AppDevUIKit/ValueObjects/*.{h,m}",
38         "AppDevPods/AppDevUIKit.h"
39       ],
40       "public_header_files": [
41         "AppDevPods/AppDevUIKit/**/*.h",
42         "AppDevPods/AppDevUIKit.h"
43       ],
44       "dependencies": {
45         "AppDevKit/AppDevCommonKit": [
47         ]
48       }
49     },
50     {
51       "name": "AppDevAnimateKit",
52       "source_files": [
53         "AppDevPods/AppDevAnimateKit/*.{h,m}",
54         "AppDevPods/AppDevAnimateKit.h"
55       ],
56       "public_header_files": [
57         "AppDevPods/AppDevAnimateKit/**/*.h",
58         "AppDevPods/AppDevAnimateKit.h"
59       ]
60     },
61     {
62       "name": "AppDevImageKit",
63       "source_files": [
64         "AppDevPods/AppDevImageKit/*.{h,m}",
65         "AppDevPods/AppDevImageKit.h"
66       ],
67       "public_header_files": [
68         "AppDevPods/AppDevImageKit/**/*.h",
69         "AppDevPods/AppDevImageKit.h"
70       ],
71       "dependencies": {
72         "AppDevKit/AppDevCommonKit": [
74         ]
75       }
76     },
77     {
78       "name": "AppDevListViewKit",
79       "source_files": [
80         "AppDevPods/AppDevListViewKit/*.{h,m}",
81         "AppDevPods/AppDevListViewKit.h"
82       ],
83       "public_header_files": [
84         "AppDevPods/AppDevListViewKit/**/*.h",
85         "AppDevPods/AppDevListViewKit.h"
86       ],
87       "dependencies": {
88         "AppDevKit/AppDevCommonKit": [
90         ],
91         "AppDevKit/AppDevUIKit": [
93         ]
94       }
95     },
96     {
97       "name": "AppDevCameraKit",
98       "source_files": [
99         "AppDevPods/AppDevCameraKit/*.{h,m}",
100         "AppDevPods/AppDevCameraKit.h"
101       ],
102       "public_header_files": [
103         "AppDevPods/AppDevCameraKit/**/*.h",
104         "AppDevPods/AppDevCameraKit.h"
105       ]
106     }
107   ]