blob: f7169b373a077864925011103730d24289e4a41c [file] [log] [blame]
{
"name": "JXHTTP",
"version": "3.0.1",
"source_files": "JXHTTP/*.{h,m}",
"homepage": "https://github.com/tumblr/JXHTTP",
"summary": "Networking for iOS and OS X.",
"authors": {
"Justin Ouellette": "justin.ouellette@gmail.com",
"Bryan Irace": "bryan.irace@gmail.com"
},
"source": {
"git": "https://github.com/tumblr/JXHTTP.git",
"tag": "3.0.1"
},
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"requires_arc": true,
"frameworks": "Foundation",
"ios": {
"weak_frameworks": "UIKit"
},
"osx": {
"weak_frameworks": "AppKit"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
}
}