[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 3 / 8 / 2 / SLRESTfulCoreData / 1.9.0 / SLRESTfulCoreData.podspec.json
blob676a1ed36753e20721f8aabb5c3e19152857b0e3
2   "name": "SLRESTfulCoreData",
3   "version": "1.9.0",
4   "platforms": {
5     "ios": "6.0"
6   },
7   "license": "MIT",
8   "source": {
9     "git": "https://github.com/OliverLetterer/SLRESTfulCoreData.git",
10     "tag": "1.9.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   "source_files": [
24     "SLRESTfulCoreData/SLRESTfulCoreData/*.{h,m}",
25     "SLRESTfulCoreData/SLRESTfulCoreData/**/*.{h,m}",
26     "SLRESTfulCoreData/SLRESTfulCoreData/Framework Additions/**/**/*.{h,m}",
27     "AFRESTfulCoreDataBackgroundQueue/*.{h,m}"
28   ],
29   "dependencies": {
30     "SLCoreDataStack": [
31       "~> 0.6.0"
32     ],
33     "AFNetworking": [
34       "~> 2.3.1"
35     ]
36   },
37   "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"