[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / 0 / 6 / KFData / 1.0.3 / KFData.podspec.json
blob9b8d4dda030cac75b3c15c69ba6004d77dd4e557
2   "name": "KFData",
3   "version": "1.0.3",
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.3"
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": "Manager",
34       "ios": {
35         "source_files": "KFData/Manager/*.{h,m}"
36       },
37       "osx": {
38         "source_files": "KFData/Manager/*.{h,m}"
39       }
40     },
41     {
42       "name": "Core",
43       "ios": {
44         "frameworks": "CoreData",
45         "source_files": [
46           "KFData/KFData.h",
47           "KFData/Core/*.{h,m}"
48         ]
49       },
50       "osx": {
51         "frameworks": "CoreData",
52         "source_files": "KFData/Core/*.{h,m}"
53       }
54     },
55     {
56       "name": "Store",
57       "ios": {
58         "frameworks": "CoreData",
59         "source_files": "KFData/Store/*.{h,m}",
60         "public_header_files": "KFData/Store/KFDataStore.h",
61         "private_header_files": "KFData/Store/KFDataStoreInternal.h"
62       },
63       "osx": {
64         "frameworks": "CoreData",
65         "source_files": "KFData/Store/*.{h,m}",
66         "public_header_files": "KFData/Store/KFDataStore.h",
67         "private_header_files": "KFData/Store/KFDataStoreInternal.h"
68       }
69     },
70     {
71       "name": "UI",
72       "dependencies": {
73         "KFData/Attribute": [
75         ],
76         "KFData/Core": [
78         ],
79         "KFData/Manager": [
81         ],
82         "KFData/Store": [
84         ]
85       },
86       "platforms": {
87         "ios": null
88       },
89       "ios": {
90         "frameworks": "UIKit",
91         "source_files": "KFData/UI/*.{h,m}"
92       }
93     },
94     {
95       "name": "Essentials",
96       "dependencies": {
97         "KFData/Core": [
99         ],
100         "KFData/Store": [
102         ],
103         "KFData/Attribute": [
105         ],
106         "KFData/Manager": [
108         ]
109       },
110       "ios": {
111         "dependencies": {
112           "KFData/UI": [
114           ]
115         }
116       }
117     },
118     {
119       "name": "Compatibility",
120       "dependencies": {
121         "KFData/Core": [
123         ],
124         "KFData/Manager": [
126         ]
127       },
128       "header_dir": "KFData/Compatibility",
129       "source_files": "KFData/Compatibility/*.{h,m}"
130     }
131   ]