[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 0 / 6 / KFData / 1.0.4 / KFData.podspec.json
blobfc06e08c6ff7328f56fee54876b0d06a091ec1e5
2   "name": "KFData",
3   "version": "1.0.4",
4   "license": "BSD",
5   "summary": "Lightweight Core Data wrapper.",
6   "homepage": "https://github.com/kylef/KFData",
7   "authors": {
8     "Kyle Fuller": "inbox@kylefuller.co.uk"
9   },
10   "social_media_url": "https://twitter.com/kylefuller",
11   "source": {
12     "git": "https://github.com/kylef/KFData.git",
13     "tag": "1.0.4"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "osx": "10.7",
18     "ios": "5.0"
19   },
20   "default_subspecs": "Essentials",
21   "header_dir": "KFData",
22   "subspecs": [
23     {
24       "name": "Attribute",
25       "dependencies": {
26         "QueryKit": [
27           "~> 0.8.3"
28         ]
29       },
30       "ios": {
31         "source_files": "KFData/Attribute/*.{h,m}"
32       },
33       "osx": {
34         "source_files": "KFData/Attribute/*.{h,m}"
35       }
36     },
37     {
38       "name": "Manager",
39       "dependencies": {
40         "QueryKit": [
41           "~> 0.8.3"
42         ]
43       },
44       "ios": {
45         "source_files": "KFData/Manager/*.{h,m}"
46       },
47       "osx": {
48         "source_files": "KFData/Manager/*.{h,m}"
49       }
50     },
51     {
52       "name": "Core",
53       "ios": {
54         "frameworks": "CoreData",
55         "source_files": [
56           "KFData/KFData.h",
57           "KFData/Core/*.{h,m}"
58         ]
59       },
60       "osx": {
61         "frameworks": "CoreData",
62         "source_files": "KFData/Core/*.{h,m}"
63       }
64     },
65     {
66       "name": "Store",
67       "ios": {
68         "frameworks": "CoreData",
69         "source_files": "KFData/Store/*.{h,m}",
70         "public_header_files": "KFData/Store/KFDataStore.h",
71         "private_header_files": "KFData/Store/KFDataStoreInternal.h"
72       },
73       "osx": {
74         "frameworks": "CoreData",
75         "source_files": "KFData/Store/*.{h,m}",
76         "public_header_files": "KFData/Store/KFDataStore.h",
77         "private_header_files": "KFData/Store/KFDataStoreInternal.h"
78       }
79     },
80     {
81       "name": "UI",
82       "dependencies": {
83         "KFData/Core": [
85         ],
86         "KFData/Store": [
88         ],
89         "KFData/Attribute": [
91         ],
92         "KFData/Manager": [
94         ]
95       },
96       "platforms": {
97         "ios": null
98       },
99       "ios": {
100         "frameworks": "UIKit",
101         "source_files": "KFData/UI/*.{h,m}"
102       }
103     },
104     {
105       "name": "Essentials",
106       "dependencies": {
107         "KFData/Core": [
109         ],
110         "KFData/Store": [
112         ],
113         "KFData/Attribute": [
115         ],
116         "KFData/Manager": [
118         ]
119       },
120       "ios": {
121         "dependencies": {
122           "KFData/UI": [
124           ]
125         }
126       }
127     },
128     {
129       "name": "Compatibility",
130       "dependencies": {
131         "KFData/Core": [
133         ],
134         "KFData/Manager": [
136         ]
137       },
138       "header_dir": "KFData/Compatibility",
139       "source_files": "KFData/Compatibility/*.{h,m}"
140     }
141   ]