forked from mutech/aka-ios-beacon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAKABeacon.podspec
More file actions
18 lines (15 loc) · 813 Bytes
/
AKABeacon.podspec
File metadata and controls
18 lines (15 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.new do |spec|
spec.name = 'AKABeacon'
spec.version = '0.3.1'
spec.license = 'BSD'
spec.homepage = 'https://github.com/mutech/aka-ios-beacon/'
spec.authors = { 'Michael Utech' => 'michael.utech@aka-labs.com' }
spec.summary = 'The missing binding framework for iOS'
spec.source = { :git => 'https://github.com/mutech/aka-ios-beacon.git', :tag => spec.version.to_s }
spec.source_files = 'AKABeacon/AKABeacon/Classes/*.{h,m}', 'AKABeacon/AKABeacon/AKABeacon.h'
spec.private_header_files = 'AKABeacon/AKABeacon/Classes/*_Internal.h', 'AKABeacon/AKABeacon/AKABeacon.h'
spec.platform = :ios, "8.2"
spec.ios.deployment_target = "8.2"
spec.framework = 'Foundation'
spec.module_name = 'AKABeacon'
end