blob: d235b198d528f3d0ae5aa5558de2001d3d4a7d91 [file] [log] [blame]
{
"name": "JXHTTP",
"version": "1.0.7",
"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"
},
"source": {
"git": "https://github.com/tumblr/JXHTTP.git",
"tag": "1.0.7"
},
"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"
}
}