blob: eb8d01386db4e52007fcfabbb4cb8be2b6970689 [file] [log] [blame]
{
"name": "ASRestKit",
"version": "0.9.1",
"summary": "ASRestKit is a collection of codes can be used as base of ios project using RestKit",
"description": " ASRestKit is a collection of codes containing some customization use of RestKit classes\n",
"homepage": "http://appslon.com",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"jefrydagucci": "jefrydagucci@gmail.com"
},
"social_media_url": "http://twitter.com/jefrydagucci",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://bitbucket.org/jefrydagucci/asrestkit.git",
"tag": "v0.9.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"ASBaseIOSProject": [
"~> 0.9.4"
],
"RestKit": [
"~> 0.24.0"
]
},
"ios": {
"frameworks": [
"SystemConfiguration",
"MobileCoreServices"
]
},
"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"
}