- Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathrkBLE.podspec
More file actions
Latest commit
17 lines (13 loc) · 618 Bytes
/
Copy pathrkBLE.podspec
File metadata and controls
17 lines (13 loc) · 618 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.newdo |s|
s.name='rkBLE'
s.version='0.0.1'
s.platform=:ios,'7.0'
s.license={:type=>'MIT',:file=>'LICENSE'}
s.summary="BLE library for iOS. Absolutely easy to use"
s.homepage='https://github.com/ruiking/ble'
s.author={'ruiking'=>'support@ruiking.com'}
s.source={:git=>'https://github.com/ruiking/ble.git',:commit=>"c63b63323873174754748505426a7e42cb3cfa37"}
s.source_files='ble-utility/RKBluetooth/**/*.{h,m}'
s.requires_arc=true
s.frameworks='CoreBluetooth'
end