[Add] AudioLib 0.0.2
[CocoaPods.git] / Specs / 3 / 8 / 2 / SLRESTfulCoreData / 1.5.2 / SLRESTfulCoreData.podspec.json
blobc478dfedc5a0c980e7b940f38eac588b6ff0e551
2   "name": "SLRESTfulCoreData",
3   "version": "1.5.2",
4   "platforms": {
5     "ios": "6.0"
6   },
7   "license": "MIT",
8   "source": {
9     "git": "https://github.com/OliverLetterer/SLRESTfulCoreData.git",
10     "tag": "1.5.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       "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       "dependencies": {
51         "SLRESTfulCoreData/Core": [
53         ],
54         "SLRESTfulCoreData/AFRESTfulCoreDataBackgroundQueue": [
56         ],
57         "AFNetworking": [
58           "~> 2.1"
59         ],
60         "SLCoreDataStack": [
61           ">= 0.2.0"
62         ]
63       }
64     }
65   ]