blob: e7b27d58eb54df0bb0db332a08f09422d021b2c5 [file] [log] [blame]
{
"name": "SonyCameraRemoteAPI",
"version": "0.1.0",
"summary": "iOS Sony Camera Remote API Client Library For QX10/100 and more..",
"requires_arc": true,
"description": " OS Sony Camera Remote API Client Library\n - find device SSDP \n - Live Preview support\n",
"homepage": "https://github.com/nyankichi820/SonyCameraRemoteAPI",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"masafumi yoshida": "masafumi.yoshida820@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"dependencies": {
"CocoaAsyncSocket": [
],
"AFNetworking": [
],
"KissXML": [
]
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\""
},
"source": {
"git": "https://github.com/nyankichi820/SonyCameraRemoteAPI.git",
"tag": "0.1.0"
},
"source_files": "Classes"
}