[Add] HyphenateChat 4.4.0
[CocoaPods.git] / Specs / 2 / b / 1 / CocoaSPDY / 1.0.0 / CocoaSPDY.podspec.json
blob4300844946f498735df598647ea6d69f71efd6fd
2   "name": "CocoaSPDY",
3   "version": "1.0.0",
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.0"
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"