[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / 4 / 1 / a / AppPeerIOS / 1.0.0 / AppPeerIOS.podspec.json
blob16e288b5d31c68a5777456535297b7104903afc5
2   "name": "AppPeerIOS",
3   "version": "1.0.0",
4   "summary": "AppPeer is a multipeer connection framework that works both on iOS and Mac.",
5   "homepage": "https://github.com/smorel/AppPeer",
6   "license": {
7     "type": "Apache Licence 2.0",
8     "file": "LICENSE.txt"
9   },
10   "authors": {
11     "Sebastien Morel": "morel.sebastien@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/smorel/AppPeer.git",
15     "tag": "v1.0.0"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "description": "AppPeer is a multipeer connection framework that works both on iOS and Mac. It allows to detect, connect and brodcast data to peers that are on the same network.",
21   "default_subspecs": "All",
22   "frameworks": [
23     "Security",
24     "QuartzCore"
25   ],
26   "xcconfig": {
27     "HEADER_SEARCH_PATHS": "/usr/include/libxml2",
28     "OTHER_LDFLAGS": "-ObjC -all_load -weak_library /usr/lib/libstdc++.dylib"
29   },
30   "dependencies": {
31     "CocoaAsyncSocket": [
33     ]
34   },
35   "requires_arc": true,
36   "subspecs": [
37     {
38       "name": "All",
39       "source_files": "AppPeer/AppPeer/*.{h,m,mm}",
40       "private_header_files": "AppPeer/AppPeer/**/*.{h}"
41     }
42   ]