Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ParentLockScreenPlugin-iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.4</string>
<string>2.0.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions ParentLockScreenPlugin.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ParentLockScreenPlugin"
s.version = '1.0.4'
s.version = '2.0.0'
s.summary = "ParentLockScreenPlugin"
s.description = <<-DESC
plugin that provides a parent Validation before entering a specific area.
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.license = 'CMPS'
s.author = { "cmps" => "r.kedarya@applicaster.com" }
s.source = { :git => "git@github.com:applicaster-plugins/ParentLockScreenPlugin-iOS.git", :tag => s.version.to_s }
s.platform = :ios, '9.0'
s.platform = :ios, '10.0'
s.requires_arc = true

s.public_header_files = 'ParentLockScreenPlugin-iOS/**/*.h'
Expand Down
31 changes: 31 additions & 0 deletions Specs/ParentLockScreenPlugin/2.0.0/ParentLockScreenPlugin.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
Pod::Spec.new do |s|
s.name = "ParentLockScreenPlugin"
s.version = '2.0.0'
s.summary = "ParentLockScreenPlugin"
s.description = <<-DESC
plugin that provides a parent Validation before entering a specific area.
DESC
s.homepage = "https://github.com/applicaster-plugins/ParentLockScreenPlugin-iOS"
s.license = 'CMPS'
s.author = { "cmps" => "r.kedarya@applicaster.com" }
s.source = { :git => "git@github.com:applicaster-plugins/ParentLockScreenPlugin-iOS.git", :tag => s.version.to_s }
s.platform = :ios, '10.0'
s.requires_arc = true

s.public_header_files = 'ParentLockScreenPlugin-iOS/**/*.h'
s.source_files = 'ParentLockScreenPlugin-iOS/**/*.{h,m,swift}'


s.resources = [
"Resources/*.{png,xib}"
]

s.xcconfig = {
'ENABLE_BITCODE' => 'YES',
'FRAMEWORK_SEARCH_PATHS' => '$(inherited) "${PODS_ROOT}"/**',
'SWIFT_VERSION' => '4.2'
}

s.dependency 'ZappPlugins'
s.dependency 'ApplicasterSDK'
end
4 changes: 2 additions & 2 deletions parentLockManifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"platform": "ios",
"author_name": "Roi Kedarya",
"author_email": "r.kedarya@applicaster.com",
"manifest_version": "1.0.0",
"manifest_version": "2.0.0",
"name": "Parent Lock Screen Plugin",
"description": "this plugin provides Parent lock screen for validation",
"screen": true,
Expand All @@ -16,7 +16,7 @@
"identifier": "ParentLockScreenPlugin",
"ui_builder_support": true,
"dependency_name": "ParentLockScreenPlugin",
"dependency_version": "1.0.0",
"dependency_version": "2.0.0",
"whitelisted_account_ids": [
"58b81cc348ab5c000939d2bd",
"5bab6246938ced000cbf89fd",
Expand Down