[Add] TencentEffect_A1-01 3.0.1.5
[CocoaPods.git] / Specs / c / 4 / f / SocketIOBlocks / 1.0.0 / SocketIOBlocks.podspec.json
blobf2c7831f29b00aa239b8d62488bff8d242c49785
2   "name": "SocketIOBlocks",
3   "version": "1.0.0",
4   "summary": "Category on socket.IO-objc to use block callbacks instead of delegate callbacks.",
5   "homepage": "https://github.com/Antondomashnev/socket.IO-Blocks",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Anton Domashnev": "antondomashnev@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/Antondomashnev/socket.IO-Blocks.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "requires_arc": true,
21   "source_files": "*.{h,m}",
22   "dependencies": {
23     "socket.IO": [
25     ]
26   }