blob: ff852c454d6df45e51cd455064728da00c81f90e [file] [log] [blame]
{
"name": "TapFramework",
"version": "1.2",
"summary": "A Framework to build tappable iOS Apps.",
"description": "A Framework to build tappable iOS Apps.",
"homepage": "https://github.com/clickntap/TapFramework",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tonino Mendicino": "tonino@clickntap.com"
},
"source": {
"git": "https://github.com/clickntap/TapFramework.git",
"tag": "1.2"
},
"platforms": {
"ios": "10.0"
},
"source_files": "TapFramework/Classes/**/*",
"resource_bundles": {
"TapFramework": [
"TapFramework/Assets/*.m4a",
"TapFramework/Assets/*.ttf"
]
},
"dependencies": {
"AFNetworking": [
],
"UIColor-Utilities": [
],
"MMMaterialDesignSpinner": [
],
"ZipArchive": [
],
"GCDWebServer": [
],
"SAMKeychain": [
],
"AWSMobileAnalytics": [
]
}
}