blob: c3f305026a54ebe0c1c8cbdebdad5d365db13682 [file] [log] [blame]
{
"name": "ImgurSession",
"version": "1.2",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/geoffmacd/ImgurSession",
"summary": "Imgur API for Objective C",
"source": {
"git": "https://github.com/geoffmacd/ImgurSession.git",
"tag": "V1.2"
},
"source_files": "ImgurSession/**/*.{h,m}",
"authors": {
"Geoff MacDonald": "gmacdonald@pivotallabs.com"
},
"frameworks": "Foundation",
"dependencies": {
"AFNetworking": [
]
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"requires_arc": true,
"prefix_header_contents": "#ifdef __OBJC__\n #import <AFNetworking/AFNetworking.h>\n#endif /* __OBJC__*/\n"
}