[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / c / 7 / ASRestKit / 0.9.1 / ASRestKit.podspec.json
blobeb8d01386db4e52007fcfabbb4cb8be2b6970689
2   "name": "ASRestKit",
3   "version": "0.9.1",
4   "summary": "ASRestKit is a collection of codes can be used as base of ios project using RestKit",
5   "description": "  ASRestKit is a collection of codes containing some customization use of RestKit classes\n",
6   "homepage": "http://appslon.com",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "jefrydagucci": "jefrydagucci@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/jefrydagucci",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://bitbucket.org/jefrydagucci/asrestkit.git",
20     "tag": "v0.9.1"
21   },
22   "source_files": [
23     "Classes",
24     "Classes/**/*.{h,m}"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "ASBaseIOSProject": [
29       "~> 0.9.4"
30     ],
31     "RestKit": [
32       "~> 0.24.0"
33     ]
34   },
35   "ios": {
36     "frameworks": [
37       "SystemConfiguration",
38       "MobileCoreServices"
39     ]
40   },
41   "prefix_header_contents": "\n#import <Availability.h>\n#define _AFNETWORKING_PIN_SSL_CERTIFICATES_\n#if __IPHONE_OS_VERSION_MIN_REQUIRED\n  #import <SystemConfiguration/SystemConfiguration.h>\n  #import <MobileCoreServices/MobileCoreServices.h>\n  #import <Security/Security.h>\n#else\n  #import <SystemConfiguration/SystemConfiguration.h>\n  #import <CoreServices/CoreServices.h>\n  #import <Security/Security.h>\n#endif\n\n"