blob: 09522e59af3a51a5eb8db8f58b262e78aa8877a1 [file] [log] [blame]
{
"name": "ImgurSession",
"version": "1.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.3"
},
"source_files": "ImgurSession/**/*.{h,m}",
"authors": {
"Geoff MacDonald": "geoffmacd@gmail.com"
},
"frameworks": "Foundation",
"dependencies": {
"AFNetworking": [
"2.6.3"
]
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"prefix_header_contents": "#ifdef __OBJC__\n #import <AFNetworking/AFNetworking.h>\n#endif /* __OBJC__*/"
}