blob: 4895ed2de9a743777ec80541247856fa449bb45e [file] [log] [blame]
{
"name": "PlacenoteSDK",
"version": "1.1.0",
"summary": "Placenote SDK brings persistence to AR apps.",
"homepage": "https://placenote.com/",
"authors": {
"Vertical Developers": "vertical.ai.dev@gmail.com"
},
"license": {
"type": "Placenote EULA",
"file": "LICENSE"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/Placenote/PlacenoteSDK-CocoaPod.git",
"tag": "v1.1.0"
},
"swift_version": "3.2",
"vendored_frameworks": "Placenote.framework",
"source_files": [
"*.swift",
"include/PlacenoteSDK-Bridging-Header.h",
"Placenote.framework/Headers/libPlacenote.h"
],
"public_header_files": [
"include/PlacenoteSDK-Bridging-Header.h",
"Placenote.framework/Headers/libPlacenote.h"
],
"resources": "Data.bin"
}