[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 8 / a / SSDataKit / 0.1.5 / SSDataKit.podspec.json
blob560313f31eaef7f86624cd06f700ea80db951510
2   "name": "SSDataKit",
3   "version": "0.1.5",
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.1.5"
16   },
17   "ios": {
18     "source_files": "SSDataKit/*.{h,m}"
19   },
20   "osx": {
21     "source_files": [
22       "SSDataKit/SSDataKit.h",
23       "SSDataKit/NSManagedObjectContext+SSDataKitAdditions.*",
24       "SSDataKit/SSManagedObject.*",
25       "SSDataKit/SSRemoteManagedObject.*"
26     ]
27   },
28   "frameworks": "CoreData",
29   "requires_arc": true