blob: 401fb23cdb4ce540dc953dc2d42c95d53af41037 [file] [log] [blame]
{
"name": "CocoaSPDY",
"version": "1.1",
"summary": "SPDY for iOS and OS X",
"description": " The SPDY framework is designed to work seamlessly with your existing apps and projects. \n If you are using the NSURL stack to issue requests (or any library that provides an abstraction over it), \n you can simply add the pod your project.\n \n",
"homepage": "https://github.com/twitter/CocoaSPDY",
"license": "Apache",
"authors": {
"Twitter, Inc.": "opensource@twitter.com"
},
"source": {
"git": "https://github.com/twitter/CocoaSPDY.git",
"tag": "v1.1"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": "SPDY/**/*.{h,m}",
"requires_arc": true,
"frameworks": "CFNetwork",
"libraries": "z"
}