blob: 16e288b5d31c68a5777456535297b7104903afc5 [file] [log] [blame]
{
"name": "AppPeerIOS",
"version": "1.0.0",
"summary": "AppPeer is a multipeer connection framework that works both on iOS and Mac.",
"homepage": "https://github.com/smorel/AppPeer",
"license": {
"type": "Apache Licence 2.0",
"file": "LICENSE.txt"
},
"authors": {
"Sebastien Morel": "morel.sebastien@gmail.com"
},
"source": {
"git": "https://github.com/smorel/AppPeer.git",
"tag": "v1.0.0"
},
"platforms": {
"ios": "7.0"
},
"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.",
"default_subspecs": "All",
"frameworks": [
"Security",
"QuartzCore"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "/usr/include/libxml2",
"OTHER_LDFLAGS": "-ObjC -all_load -weak_library /usr/lib/libstdc++.dylib"
},
"dependencies": {
"CocoaAsyncSocket": [
]
},
"requires_arc": true,
"subspecs": [
{
"name": "All",
"source_files": "AppPeer/AppPeer/*.{h,m,mm}",
"private_header_files": "AppPeer/AppPeer/**/*.{h}"
}
]
}