[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / 8 / a / SSDataKit / 0.3.7 / SSDataKit.podspec.json
blobb26c9fdd4e0fee51797e8f8f9da5b54c6e0d25bf
2   "name": "SSDataKit",
3   "version": "0.3.7",
4   "summary": "Eliminate your Core Data boilerplate code.",
5   "homepage": "https://github.com/soffes/ssdatakit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Sam Soffes": "sam@soff.es"
12   },
13   "source": {
14     "git": "https://github.com/soffes/ssdatakit.git",
15     "tag": "v0.3.7"
16   },
17   "frameworks": "CoreData",
18   "requires_arc": true,
19   "platforms": {
20     "ios": "6.0",
21     "osx": "10.8"
22   },
23   "ios": {
24     "source_files": "SSDataKit/*.{h,m}"
25   },
26   "osx": {
27     "source_files": [
28       "SSDataKit/SSDataKit.h",
29       "SSDataKit/NSManagedObjectContext+SSDataKitAdditions.*",
30       "SSDataKit/SSManagedObject.*",
31       "SSDataKit/SSRemoteManagedObject.*"
32     ]
33   }