[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 0 / 6 / KFData / 1.0.0-RC2 / KFData.podspec.json
blob423e3e2aa30c6da79af508a9e0cfcfb0d48dc2d7
2   "name": "KFData",
3   "version": "1.0.0-RC2",
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   "source": {
11     "git": "https://github.com/kylef/KFData.git",
12     "tag": "1.0.0-RC2"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "osx": "10.7",
17     "ios": "5.0"
18   },
19   "default_subspecs": "Essentials",
20   "subspecs": [
21     {
22       "name": "Core",
23       "header_dir": "KFData",
24       "ios": {
25         "frameworks": "CoreData",
26         "source_files": [
27           "KFData/KFData.h",
28           "KFData/Core/*.{h,m}"
29         ]
30       },
31       "osx": {
32         "frameworks": "CoreData",
33         "source_files": "KFData/Core/*.{h,m}"
34       }
35     },
36     {
37       "name": "Store",
38       "header_dir": "KFData",
39       "ios": {
40         "frameworks": "CoreData",
41         "source_files": "KFData/Store/*.{h,m}",
42         "public_header_files": "KFData/Store/KFDataStore.h",
43         "private_header_files": "KFData/Store/KFDataStoreInternal.h"
44       },
45       "osx": {
46         "frameworks": "CoreData",
47         "source_files": "KFData/Store/*.{h,m}",
48         "public_header_files": "KFData/Store/KFDataStore.h",
49         "private_header_files": "KFData/Store/KFDataStoreInternal.h"
50       }
51     },
52     {
53       "name": "UI",
54       "dependencies": {
55         "KFData/Core": [
57         ],
58         "KFData/Store": [
60         ]
61       },
62       "header_dir": "KFData",
63       "platforms": {
64         "ios": null
65       },
66       "ios": {
67         "frameworks": "UIKit",
68         "source_files": "KFData/UI/*.{h,m}"
69       }
70     },
71     {
72       "name": "Essentials",
73       "dependencies": {
74         "KFData/Core": [
76         ],
77         "KFData/Store": [
79         ]
80       },
81       "ios": {
82         "dependencies": {
83           "KFData/UI": [
85           ]
86         }
87       }
88     },
89     {
90       "name": "Compatibility",
91       "dependencies": {
92         "KFData/Core": [
94         ]
95       },
96       "header_dir": "KFData/Compatibility",
97       "source_files": "KFData/Compatibility/*.{h,m}"
98     }
99   ]