blob: ef37566c2ad4efa1cfa9b1a074e182b1bcd4b139 [file] [log] [blame]
{
"name": "UTAppEngine",
"version": "2.0.5",
"summary": "utai company framework.",
"homepage": "https://git.utaidev.com/utaiProject/UTAppEngine",
"license": {
"type": "MIT",
"file": "./MIT"
},
"authors": {
"teaxus": "teaxus@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://git.utaidev.com/utaiProject/UTAppEngine",
"tag": "2.0.5"
},
"source_files": [
"Source/**/*.{h,m,swift}",
"UTAppEngine/**/*.h"
],
"public_header_files": [
"Source/**/*.h",
"UTAppEngine/**/*.h"
],
"frameworks": [
"CoreLocation",
"UIKit"
]
}