[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / 0 / a / BLEFramework / 0.0.3 / BLEFramework.podspec.json
blobc1fe56f0177614add3b7808eef7c9da96b6777c3
2   "name": "BLEFramework",
3   "version": "0.0.3",
4   "summary": "framework of ble",
5   "description": "this is first frame work",
6   "homepage": "git@github.com:amosYin/BLEFramework",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "amosYin": "1453254169@qq.com"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "source": {
18     "git": "git@github.com:amosYin/BLEFramework.git",
19     "tag": "0.0.3"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{h,m}"
24   ],
25   "vendored_frameworks": "BLEFramework.framework",
26   "public_header_files": "Classes/**/*.h",
27   "frameworks": "CoreBluetooth",
28   "pod_target_xcconfig": {
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
30   },
31   "user_target_xcconfig": {
32     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
33   }