blob: 425958a082ecceb5213681797615f11e0cba14d0 [file] [log] [blame]
{
"name": "MLKit",
"version": "1.0.0",
"summary": "MLKit",
"homepage": "https://github.com/molon/MLKit",
"license": {
"type": "MIT"
},
"authors": {
"molon": "dudl@qq.com"
},
"source": {
"git": "https://github.com/molon/MLKit.git",
"tag": "1.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"public_header_files": "Classes/**/*.h",
"source_files": "Classes/**/*.{h,m}",
"resources": "Classes/**/*.{bundle}",
"libraries": "z",
"dependencies": {
"MLPersonalModel": [
"~> 12.2.2"
],
"SAMKeychain": [
"~> 1.5.3"
],
"DHSmartScreenshot": [
"~> 1.3.1"
],
"AFNetworking": [
"~> 3.1.0"
],
"YYCache": [
"~> 1.0.4"
],
"CocoaLumberjack": [
"~> 3.2.0"
],
"MLRefreshControl": [
"~> 1.1.0"
],
"MLLayout": [
"~> 0.4.3"
]
}
}