[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / 4 / 3 / CocoaUtils / 1.1.1 / CocoaUtils.podspec.json
blob97a126a733633df8f3ed22fa626e9160a4e8de89
2   "name": "CocoaUtils",
3   "version": "1.1.1",
4   "license": "Apache License 2.0",
5   "summary": "Cocoa Utils",
6   "homepage": "https://github.com/zendobk/CocoaUtils",
7   "authors": {
8     "Dao Nguyen": "zendobk"
9   },
10   "source": {
11     "git": "https://github.com/zendobk/CocoaUtils.git",
12     "tag": "1.1.1"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "7.0"
17   },
18   "public_header_files": [
19     "CocoaUtils/*.h",
20     "CocoaUtils/Classes/Common/*.h",
21     "CocoaUtils/Classes/Foundation/*.h",
22     "CocoaUtils/Classes/UIKit/*.h",
23     "CocoaUtils/Classes/MapKit/*.h"
24   ],
25   "subspecs": [
26     {
27       "name": "Common",
28       "source_files": "CocoaUtils/Classes/Common/*.{h,m}",
29       "ios": {
30         "frameworks": [
31           "Foundation",
32           "UIKit"
33         ]
34       }
35     },
36     {
37       "name": "CoreData",
38       "source_files": "CocoaUtils/Classes/CoreData/*.{h,m}",
39       "ios": {
40         "frameworks": [
41           "Foundation",
42           "UIKit",
43           "CoreData"
44         ]
45       }
46     },
47     {
48       "name": "Foundation",
49       "source_files": "CocoaUtils/Classes/Foundation/*.{h,m}",
50       "ios": {
51         "frameworks": "Foundation",
52         "dependencies": {
53           "JRSwizzle": [
54             "~> 1.0"
55           ],
56           "CocoaUtils/Common": [
58           ]
59         }
60       }
61     },
62     {
63       "name": "MapKit",
64       "source_files": "CocoaUtils/Classes/MapKit/*.{h,m}",
65       "ios": {
66         "frameworks": [
67           "Foundation",
68           "UIKit",
69           "MapKit"
70         ]
71       }
72     },
73     {
74       "name": "UIKit",
75       "source_files": "CocoaUtils/Classes/UIKit/*.{h,m}",
76       "ios": {
77         "frameworks": [
78           "Foundation",
79           "UIKit"
80         ],
81         "dependencies": {
82           "JRSwizzle": [
83             "~> 1.0"
84           ],
85           "CocoaUtils/Foundation": [
87           ],
88           "CocoaUtils/Common": [
90           ]
91         }
92       }
93     }
94   ]