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