[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 8 / 0 / 4 / FringeData / 1.0 / FringeData.podspec.json
blob321fbe9ec232f1fc25dde3ab67d6e2b7431ddff0
2   "name": "FringeData",
3   "version": "1.0",
4   "summary": "A thread-safe replacement for CoreData.",
5   "homepage": "https://github.com/PedestrianSean/FringeData",
6   "license": "BSD",
7   "authors": {
8     "Sean Meiners": "oss@ssttr.com"
9   },
10   "source": {
11     "git": "https://github.com/PedestrianSean/FringeData.git",
12     "tag": "v1.0"
13   },
14   "source_files": "classes/**/*.{h,m}",
15   "public_header_files": [
16     "classes/FringeDataUtils.h",
17     "classes/FringeObject.h",
18     "classes/FringeObjectStore.h",
19     "classes/Utilities/*.h"
20   ],
21   "requires_arc": true,
22   "dependencies": {
23     "SBJson": [
24       "~> 4"
25     ]
26   },
27   "platforms": {
28     "ios": "6.0",
29     "osx": "10.8"
30   }