[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / 0 / 6 / KFData / 0.3 / KFData.podspec.json
blob4ee0560b0cb71164e2fc7df43df0bf802e18d967
2   "name": "KFData",
3   "version": "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   "source": {
11     "git": "https://github.com/kylef/KFData.git",
12     "tag": "0.3"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "5.0",
17     "osx": "10.7"
18   },
19   "ios": {
20     "frameworks": "CoreData",
21     "source_files": [
22       "Classes/*.{h,m}",
23       "Classes/iOS/*.{h,m}",
24       "Categories/*.{h,m}"
25     ]
26   },
27   "osx": {
28     "frameworks": "CoreData",
29     "source_files": [
30       "Classes/*.{h,m}",
31       "Categories/*.{h,m}"
32     ]
33   }