[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / 0 / 6 / KFData / 0.4.1 / KFData.podspec.json
blobb9dd0883d8362216c7216abf65c5c5069a19b6ba
2   "name": "KFData",
3   "version": "0.4.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   "source": {
11     "git": "https://github.com/kylef/KFData.git",
12     "tag": "0.4.1"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "osx": "10.7",
17     "ios": "5.0"
18   },
19   "subspecs": [
20     {
21       "name": "Core",
22       "header_dir": "KFData",
23       "ios": {
24         "frameworks": "CoreData",
25         "source_files": [
26           "Classes/*.{h,m}",
27           "Categories/*.{h,m}"
28         ]
29       },
30       "osx": {
31         "frameworks": "CoreData",
32         "source_files": [
33           "Classes/*.{h,m}",
34           "Categories/*.{h,m}"
35         ]
36       }
37     },
38     {
39       "name": "UI",
40       "dependencies": {
41         "KFData/Core": [
43         ]
44       },
45       "platforms": {
46         "ios": null
47       },
48       "ios": {
49         "frameworks": "UIKit",
50         "source_files": "Classes/iOS/*.{h,m}"
51       }
52     }
53   ]