Bump to 1.0.0

This commit is contained in:
Maksym Grebenets 2018-03-02 12:06:10 +11:00
parent e8f1809a99
commit a69009581c
5 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
PODS:
- SwiftScriptRunner (0.1.0)
- SwiftScriptRunner (1.0.0)
DEPENDENCIES:
- SwiftScriptRunner (from `../`)
@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: ../
SPEC CHECKSUMS:
SwiftScriptRunner: 560ee669d781e9285399faac80064727b987fdcb
SwiftScriptRunner: 9ad1a7ea0f216cc42c8cc11679edeadb980f0468
PODFILE CHECKSUM: 99bfc4adaadefbd65f45d0c89a7e9b52754f1d66

View File

@ -1,6 +1,6 @@
{
"name": "SwiftScriptRunner",
"version": "0.1.0",
"version": "1.0.0",
"summary": "A helper class for running Swift scripts with asynchronous callbacks.",
"description": "A helper class for running Swift scripts with asynchronous callbacks.\n * Initialize runner, lock before each async call and unlock once it's done.\n * Wait for all locks to unlock at the end of the script.",
"homepage": "https://github.com/mgrebenets/SwiftScriptRunner",
@ -10,7 +10,7 @@
},
"source": {
"git": "https://github.com/mgrebenets/SwiftScriptRunner.git",
"tag": "0.1.0"
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/mgrebenets",
"platforms": {

View File

@ -1,5 +1,5 @@
PODS:
- SwiftScriptRunner (0.1.0)
- SwiftScriptRunner (1.0.0)
DEPENDENCIES:
- SwiftScriptRunner (from `../`)
@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: ../
SPEC CHECKSUMS:
SwiftScriptRunner: 560ee669d781e9285399faac80064727b987fdcb
SwiftScriptRunner: 9ad1a7ea0f216cc42c8cc11679edeadb980f0468
PODFILE CHECKSUM: 99bfc4adaadefbd65f45d0c89a7e9b52754f1d66

View File

@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.1.0</string>
<string>1.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>

View File

@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = "SwiftScriptRunner"
s.version = "0.1.0"
s.version = "1.0.0"
s.summary = "A helper class for running Swift scripts with asynchronous callbacks."
s.description = <<-DESC