[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 0 / 6 / KFData / 1.0.1 / KFData.podspec.json
blob1712f28e30c264d7174589647e20191d0f9d3a3c
2   "name": "KFData",
3   "version": "1.0.1",
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.1"
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       "ios": {
26         "source_files": "KFData/Attribute/*.{h,m}"
27       },
28       "osx": {
29         "source_files": "KFData/Attribute/*.{h,m}"
30       }
31     },
32     {
33       "name": "Core",
34       "ios": {
35         "frameworks": "CoreData",
36         "source_files": [
37           "KFData/KFData.h",
38           "KFData/Core/*.{h,m}"
39         ]
40       },
41       "osx": {
42         "frameworks": "CoreData",
43         "source_files": "KFData/Core/*.{h,m}"
44       }
45     },
46     {
47       "name": "Store",
48       "ios": {
49         "frameworks": "CoreData",
50         "source_files": "KFData/Store/*.{h,m}",
51         "public_header_files": "KFData/Store/KFDataStore.h",
52         "private_header_files": "KFData/Store/KFDataStoreInternal.h"
53       },
54       "osx": {
55         "frameworks": "CoreData",
56         "source_files": "KFData/Store/*.{h,m}",
57         "public_header_files": "KFData/Store/KFDataStore.h",
58         "private_header_files": "KFData/Store/KFDataStoreInternal.h"
59       }
60     },
61     {
62       "name": "UI",
63       "dependencies": {
64         "KFData/Attribute": [
66         ],
67         "KFData/Core": [
69         ],
70         "KFData/Store": [
72         ]
73       },
74       "platforms": {
75         "ios": null
76       },
77       "ios": {
78         "frameworks": "UIKit",
79         "source_files": "KFData/UI/*.{h,m}"
80       }
81     },
82     {
83       "name": "Essentials",
84       "dependencies": {
85         "KFData/Core": [
87         ],
88         "KFData/Store": [
90         ],
91         "KFData/Attribute": [
93         ]
94       },
95       "ios": {
96         "dependencies": {
97           "KFData/UI": [
99           ]
100         }
101       }
102     },
103     {
104       "name": "Compatibility",
105       "dependencies": {
106         "KFData/Core": [
108         ]
109       },
110       "header_dir": "KFData/Compatibility",
111       "source_files": "KFData/Compatibility/*.{h,m}"
112     }
113   ]