[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 2 / 5 / 8 / flutter_bmfbase / 1.0.0 / flutter_bmfbase.podspec.json
blobe8fb5c7ce588a3c482b3de7d5c3ef40f414cc200
2   "name": "flutter_bmfbase",
3   "version": "1.0.0",
4   "summary": "Baidu map base lib",
5   "description": "Baidu Map Base Lib",
6   "homepage": "https://github.com/heyangflying/flutter_bmfbase",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "YounG": "email@address.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/heyangflying/flutter_bmfbase.git",
19     "tag": "1.0.0"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "public_header_files": "Classes/**/*.h",
27   "dependencies": {
28     "Flutter": [
30     ],
31     "BaiduMapKit": [
32       "5.4.0"
33     ]
34   },
35   "static_framework": true,
36   "pod_target_xcconfig": {
37     "DEFINES_MODULE": "YES",
38     "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64"
39   }