[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 7 / a / c / AsyncNetwork / 1.1.1 / AsyncNetwork.podspec.json
blobc1bc5a4934329879304450380169a38e50cd71e6
2   "name": "AsyncNetwork",
3   "version": "1.1.1",
4   "summary": "Simple Socket Networking",
5   "description": "iOS / Cocoa Framework for socket networking based on CocoaAsyncSocket",
6   "homepage": "https://github.com/jdiehl/async-network",
7   "license": "MIT",
8   "authors": "Jonathan Diehl",
9   "source": {
10     "git": "https://github.com/jdiehl/async-network.git",
11     "tag": "1.1.1"
12   },
13   "requires_arc": true,
14   "source_files": "AsyncNetwork",
15   "osx": {
16     "frameworks": [
17       "CFNetwork",
18       "Security"
19     ]
20   },
21   "platforms": {
22     "osx": "10.7",
23     "ios": "5.0"
24   },
25   "ios": {
26     "frameworks": [
27       "CFNetwork",
28       "Security"
29     ]
30   },
31   "dependencies": {
32     "CocoaAsyncSocket": [
34     ]
35   }