[Add] ZJSDK 2.5.8.10
[CocoaPods.git] / Specs / 2 / b / 1 / CocoaSPDY / 1.0.1 / CocoaSPDY.podspec.json
blobfb3710a1b019cc655f28c6dd5ce2f16c0ff95471
2   "name": "CocoaSPDY",
3   "version": "1.0.1",
4   "summary": "SPDY for iOS and OS X",
5   "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",
6   "homepage": "https://github.com/twitter/CocoaSPDY",
7   "license": "Apache",
8   "authors": {
9     "Twitter, Inc.": "opensource@twitter.com"
10   },
11   "source": {
12     "git": "https://github.com/twitter/CocoaSPDY.git",
13     "tag": "v1.0.1"
14   },
15   "platforms": {
16     "ios": "5.0",
17     "osx": "10.7"
18   },
19   "source_files": "SPDY/**/*.{h,m}",
20   "requires_arc": true,
21   "frameworks": "CFNetwork",
22   "libraries": "z"