[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / 2 / 3 / GCDTelnetServer / 1.0 / GCDTelnetServer.podspec.json
blob60d8052b3ad6371e683e15c671927e69ac25fe2b
2   "name": "GCDTelnetServer",
3   "version": "1.0",
4   "authors": {
5     "Pierre-Olivier Latour": "info@pol-online.net"
6   },
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE"
10   },
11   "homepage": "https://github.com/swisspol/GCDTelnetServer",
12   "summary": "Networking framework based on GCD",
13   "source": {
14     "git": "https://github.com/swisspol/GCDTelnetServer.git",
15     "tag": "1.0"
16   },
17   "platforms": {
18     "ios": "5.0",
19     "osx": "10.7"
20   },
21   "requires_arc": true,
22   "source_files": "GCDTelnetServer/*.{h,m}",
23   "private_header_files": "GCDTelnetServer/*Private.h",
24   "subspecs": [
25     {
26       "name": "GCDNetworking",
27       "source_files": "GCDNetworking/GCDNetworking/*.{h,m}",
28       "private_header_files": "GCDNetworking/GCDNetworking/*Private.h",
29       "requires_arc": true,
30       "ios": {
31         "frameworks": "CFNetwork"
32       }
33     },
34     {
35       "name": "Core",
36       "dependencies": {
37         "GCDTelnetServer/GCDNetworking": [
39         ]
40       },
41       "requires_arc": true
42     }
43   ]