[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 3 / 8 / 2 / SLRESTfulCoreData / 1.4.2 / SLRESTfulCoreData.podspec.json
blobad3c8dd9bc9ac32c32d9b209b3eb2f68faec8cc4
2   "name": "SLRESTfulCoreData",
3   "version": "1.4.2",
4   "platforms": {
5     "ios": "6.0"
6   },
7   "license": "MIT",
8   "source": {
9     "git": "https://github.com/OliverLetterer/SLRESTfulCoreData.git",
10     "tag": "1.4.2"
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": "AFRESTfulCoreDataBackgroundQueue",
37       "source_files": "AFRESTfulCoreDataBackgroundQueue/*.{h,m}",
38       "prefix_header_contents": "\t#import <Availability.h>\n\n\t#define _AFNETWORKING_PIN_SSL_CERTIFICATES_\n\n\t#if __IPHONE_OS_VERSION_MIN_REQUIRED\n\t  #import <SystemConfiguration/SystemConfiguration.h>\n\t  #import <MobileCoreServices/MobileCoreServices.h>\n\t  #import <Security/Security.h>\n\t#else\n\t  #import <SystemConfiguration/SystemConfiguration.h>\n\t  #import <CoreServices/CoreServices.h>\n\t  #import <Security/Security.h>\n\t#endif\n"
39     },
40     {
41       "name": "Complete",
42       "dependencies": {
43         "SLRESTfulCoreData/Core": [
45         ],
46         "SLRESTfulCoreData/AFRESTfulCoreDataBackgroundQueue": [
48         ],
49         "AFNetworking": [
50           "~> 2.0"
51         ],
52         "SLCoreDataStack": [
53           ">= 0.2.0"
54         ]
55       }
56     }
57   ]