[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / 0 / 6 / KFData / 1.0.5 / KFData.podspec.json
blob9b21305b29fcc931ebddc6c3be74486f50cbb01f
2   "name": "KFData",
3   "version": "1.0.5",
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.5"
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/Manager": [
85         ]
86       },
87       "platforms": {
88         "ios": null
89       },
90       "ios": {
91         "frameworks": "UIKit",
92         "source_files": "KFData/UI/*.{h,m}"
93       }
94     },
95     {
96       "name": "Essentials",
97       "dependencies": {
98         "KFData/Core": [
100         ],
101         "KFData/Store": [
103         ],
104         "KFData/Attribute": [
106         ],
107         "KFData/Manager": [
109         ]
110       },
111       "ios": {
112         "dependencies": {
113           "KFData/UI": [
115           ]
116         }
117       }
118     },
119     {
120       "name": "Compatibility",
121       "dependencies": {
122         "KFData/Core": [
124         ],
125         "KFData/Manager": [
127         ]
128       },
129       "header_dir": "KFData/Compatibility",
130       "source_files": "KFData/Compatibility/*.{h,m}"
131     }
132   ]