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