[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 3 / 8 / 2 / SLRESTfulCoreData / 1.8.0 / SLRESTfulCoreData.podspec.json
blob16b84b5581a9af1acb3f60647a1a52e28b29cabb
2   "name": "SLRESTfulCoreData",
3   "version": "1.8.0",
4   "platforms": {
5     "ios": "6.0"
6   },
7   "license": "MIT",
8   "source": {
9     "git": "https://github.com/OliverLetterer/SLRESTfulCoreData.git",
10     "tag": "1.8.0"
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": "Complete",
24   "subspecs": [
25     {
26       "name": "Core",
27       "requires_arc": true,
28       "source_files": [
29         "SLRESTfulCoreData/SLRESTfulCoreData/*.{h,m}",
30         "SLRESTfulCoreData/SLRESTfulCoreData/**/*.{h,m}",
31         "SLRESTfulCoreData/SLRESTfulCoreData/Framework Additions/**/**/*.{h,m}"
32       ]
33     },
34     {
35       "name": "AFRESTfulCoreDataBackgroundQueue",
36       "requires_arc": true,
37       "source_files": "AFRESTfulCoreDataBackgroundQueue/*.{h,m}",
38       "dependencies": {
39         "SLRESTfulCoreData/Core": [
41         ],
42         "AFNetworking": [
43           "~> 2.1"
44         ]
45       },
46       "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"
47     },
48     {
49       "name": "Complete",
50       "requires_arc": true,
51       "dependencies": {
52         "SLRESTfulCoreData/Core": [
54         ],
55         "SLRESTfulCoreData/AFRESTfulCoreDataBackgroundQueue": [
57         ],
58         "AFNetworking": [
59           "~> 2.1"
60         ],
61         "SLCoreDataStack": [
62           ">= 0.2.0"
63         ]
64       }
65     }
66   ]