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",
8 "type": "Apache License, Version 2.0",
12 "jefrydagucci": "jefrydagucci@gmail.com"
14 "social_media_url": "http://twitter.com/jefrydagucci",
19 "git": "https://bitbucket.org/jefrydagucci/asrestkit.git",
37 "SystemConfiguration",
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"