-
Notifications
You must be signed in to change notification settings - Fork 1
/
Allow2.podspec
25 lines (24 loc) · 1.13 KB
/
Allow2.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Pod::Spec.new do |s|
s.name = "Allow2"
s.version = "1.5.2"
s.summary = "Allow2 Parental Freedom Platform makes it easy to add screentime limits to your apps"
s.description = <<-DESC
Easily add quota, time management, time limits, bans, chores and much more to your app.
By giving the Parent control mechanisms to moderate usage, you give them reasons to want to download, buy, and subscribe to your service.
Without controls, parents are more likely to just not download the apps.
DESC
s.homepage = "https://github.com/Allow2/Allow2iOS"
s.license = { :type => 'Open Source', :file => 'LICENSE' }
s.authors = { "Allow2" => "[email protected]" }
s.requires_arc = true
s.ios.deployment_target = "10.0"
s.source = { :git => "https://github.com/Allow2/Allow2iOS.git", :tag => s.version }
s.pod_target_xcconfig = {
'SWIFT_VERSION' => '4.0',
}
s.source_files = 'Allow2Framework/**/*.swift'
s.resource_bundles = {
'Allow2' => ['Allow2Framework/**/*.{lproj,storyboard,xib}', 'Allow2Framework/**/*.xcassets']
}
s.dependency 'SVProgressHUD', '~> 2.2.5'
end