blob: ff7bc85b80a8dad1cee58fe40f4cc2959a6a740f [file] [log] [blame]
{
"name": "SZNAltmetric",
"version": "1.0.1",
"summary": "Objective-C client for the Altmetric API.",
"homepage": "https://github.com/shazino/SZNAltmetric",
"license": "MIT",
"authors": {
"shazino": "contact@shazino.com"
},
"source": {
"git": "https://github.com/shazino/SZNAltmetric.git",
"tag": "1.0.1"
},
"source_files": "SZNAltmetric",
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"ios": {
"frameworks": "Security"
},
"dependencies": {
"AFNetworking": [
"~> 1.0"
],
"ISO8601DateFormatter": [
"~> 0.6"
]
},
"prefix_header_contents": " #import <Availability.h>\n\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"
}