[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 8 / 2 / SLRESTfulCoreData / 1.0.3 / SLRESTfulCoreData.podspec.json
blobdaa0f94217a9cf65b78d1c326747f23a0d680819
2   "name": "SLRESTfulCoreData",
3   "version": "1.0.3",
4   "platforms": {
5     "ios": "5.0"
6   },
7   "license": "MIT",
8   "source": {
9     "git": "https://github.com/OliverLetterer/SLRESTfulCoreData.git",
10     "tag": "1.0.3"
11   },
12   "frameworks": [
13     "Foundation",
14     "UIKit",
15     "CoreData"
16   ],
17   "requires_arc": true,
18   "homepage": "https://github.com/OliverLetterer/SLRESTfulCoreData",
19   "summary": "Objc naming conventions, autogenerated accessors at runtime, URL substitutions and intelligent attribute mapping.",
20   "authors": {
21     "Oliver Letterer": "oliver.letterer@gmail.com"
22   },
23   "default_subspecs": [
24     "Complete"
25   ],
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": [
30         "SLRESTfulCoreData/SLRESTfulCoreData/*.{h,m}",
31         "SLRESTfulCoreData/SLRESTfulCoreData/**/*.{h,m}",
32         "SLRESTfulCoreData/SLRESTfulCoreData/Framework Additions/**/**/*.{h,m}"
33       ]
34     },
35     {
36       "name": "Complete",
37       "dependencies": {
38         "SLRESTfulCoreData/Core": [
40         ],
41         "AFNetworking": [
42           ">= 1.2.1"
43         ],
44         "AFRESTfulCoreDataBackgroundQueue": [
45           ">= 1.0.1"
46         ],
47         "SLCoreDataStack": [
48           ">= 0.1.0"
49         ]
50       }
51     }
52   ]