blob: de1ab1d68a7658d20d5bba3b463119e7a0c5fe51 [file] [log] [blame]
{
"name": "ARCampaign",
"version": "0.1.4",
"summary": "Create Campaigns using AR for iOS",
"swift_version": "4.2",
"description": "ARCampaign is an app development platform with tools to help you build Augmented Reality Campaigns into your app.",
"homepage": "https://github.com/purplos/ARCampaignIOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"purplos": "hei@purpl.no"
},
"source": {
"git": "https://github.com/purplos/ARCampaignIOS.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "11.3"
},
"source_files": "ARCampaign/Classes/**/*",
"frameworks": [
"UIKit",
"ARKit"
],
"dependencies": {
"Zip": [
"~> 1.1"
]
}
}