| { |
| "name": "DATKFlutterSDK", |
| "version": "1.0.6", |
| "summary": "DATKFlutterSDK模块", |
| "description": "Flutter provides an easy and productive way to build and deploy high-performance mobile apps for Android and iOS.", |
| "homepage": "https://flutter.io", |
| "license": { |
| "type": "MIT" |
| }, |
| "authors": { |
| "Flutter Dev Team": "duia@duia.com" |
| }, |
| "source": { |
| "git": "git@git.duia.org.cn:ios/DATKFlutterSDK.git", |
| "tag": "1.0.6" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "vendored_frameworks": [ |
| "Flutter.framework", |
| "App.framework", |
| "fluttertoast.framework" |
| ], |
| "source_files": [ |
| "Classes", |
| "*.{h,m}" |
| ], |
| "public_header_files": "*.h", |
| "resources": [ |
| "flutter_assets" |
| ] |
| } |