[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / a / c / AsyncNetwork / 1.1.0 / AsyncNetwork.podspec.json
blob14bafc69eb6013bdf62eea557ca1f4556c1a37de
2   "name": "AsyncNetwork",
3   "version": "1.1.0",
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.0"
12   },
13   "requires_arc": true,
14   "source_files": "AsyncNetwork/**/*.[mh]",
15   "public_header_files": "AsyncNetwork/**/*.h",
16   "osx": {
17     "frameworks": [
18       "CFNetwork",
19       "Security"
20     ]
21   },
22   "platforms": {
23     "osx": "10.7",
24     "ios": "5.0"
25   },
26   "ios": {
27     "frameworks": [
28       "CFNetwork",
29       "Security"
30     ]
31   }