blob: 5ca3af61fe253280b4695d984fafc300f1f7d1a6 [file] [log] [blame]
{
"name": "JXHTTP",
"version": "1.0.0",
"source_files": "JXHTTP/*.{h,m}",
"homepage": "http://jxhttp.com",
"summary": "Networking for iOS and OS X.",
"authors": {
"Justin Ouellette": "jstn@jxhttp.com"
},
"source": {
"git": "https://github.com/tumblr/JXHTTP.git",
"tag": "1.0.0"
},
"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"
}
}