[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 8 / 7 / 1 / GCDNetworking / 1.0 / GCDNetworking.podspec.json
blob54bdd60096e45eea83c71c1f9772413968d526f4
2   "name": "GCDNetworking",
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/GCDNetworking",
12   "summary": "Networking framework based on GCD",
13   "source": {
14     "git": "https://github.com/swisspol/GCDNetworking.git",
15     "tag": "1.0"
16   },
17   "platforms": {
18     "ios": "5.0",
19     "osx": "10.7"
20   },
21   "requires_arc": true,
22   "source_files": "GCDNetworking/*.{h,m}",
23   "private_header_files": "GCDNetworking/GCDPrivate.h",
24   "ios": {
25     "frameworks": "CFNetwork"
26   }