diff --git a/Podfile.lock b/Podfile.lock
index 92d6bca..3739296 100644
--- a/Podfile.lock
+++ b/Podfile.lock
@@ -2,7 +2,7 @@ PODS:
- PathKit (0.7.0)
- Stencil (0.7.1):
- PathKit (~> 0.7.0)
- - SwiftGenKit (0.0.1):
+ - SwiftGenKit (1.0.0):
- PathKit (~> 0.7.0)
DEPENDENCIES:
@@ -23,8 +23,8 @@ CHECKOUT OPTIONS:
SPEC CHECKSUMS:
PathKit: f8260c3e41bf4d552f3603853e32a5b325a176d4
Stencil: 4177c0cabcdc40dd9be9b7f701d710d0a121023a
- SwiftGenKit: b76d69d0695c266d2aaed1295d11bb1a56bb454c
+ SwiftGenKit: 26ad63367ff9ea8bcccc58944233e4959bb8ff5a
PODFILE CHECKSUM: 3047308663ec978cac608ea6da7bbe7c2ea1e7c3
-COCOAPODS: 1.2.0.beta.3
+COCOAPODS: 1.2.0
diff --git a/Pods/Local Podspecs/SwiftGenKit.podspec.json b/Pods/Local Podspecs/SwiftGenKit.podspec.json
index 4af6ccc..36de166 100644
--- a/Pods/Local Podspecs/SwiftGenKit.podspec.json
+++ b/Pods/Local Podspecs/SwiftGenKit.podspec.json
@@ -1,6 +1,6 @@
{
"name": "SwiftGenKit",
- "version": "0.0.1",
+ "version": "1.0.0",
"summary": "The SwiftGen framework responsible for parsing assets and turn them in a dictionary representation suitable for Stencil templates",
"description": "This pod contains asset parsers for\n[SwiftGen](https://github.com/SwiftGen/SwiftGen), as well as\nmethods for converting the data into contexts for\n[Stencil](https://github.com/kylef/Stencil).",
"homepage": "https://github.com/SwiftGen/SwiftGenKit",
@@ -14,7 +14,7 @@
},
"source": {
"git": "https://github.com/SwiftGen/SwiftGenKit.git",
- "tag": "0.0.1"
+ "tag": "1.0.0"
},
"source_files": "Sources/**/*.swift",
"dependencies": {
diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock
index 92d6bca..3739296 100644
--- a/Pods/Manifest.lock
+++ b/Pods/Manifest.lock
@@ -2,7 +2,7 @@ PODS:
- PathKit (0.7.0)
- Stencil (0.7.1):
- PathKit (~> 0.7.0)
- - SwiftGenKit (0.0.1):
+ - SwiftGenKit (1.0.0):
- PathKit (~> 0.7.0)
DEPENDENCIES:
@@ -23,8 +23,8 @@ CHECKOUT OPTIONS:
SPEC CHECKSUMS:
PathKit: f8260c3e41bf4d552f3603853e32a5b325a176d4
Stencil: 4177c0cabcdc40dd9be9b7f701d710d0a121023a
- SwiftGenKit: b76d69d0695c266d2aaed1295d11bb1a56bb454c
+ SwiftGenKit: 26ad63367ff9ea8bcccc58944233e4959bb8ff5a
PODFILE CHECKSUM: 3047308663ec978cac608ea6da7bbe7c2ea1e7c3
-COCOAPODS: 1.2.0.beta.3
+COCOAPODS: 1.2.0
diff --git a/Pods/Target Support Files/SwiftGenKit/Info.plist b/Pods/Target Support Files/SwiftGenKit/Info.plist
index cba2585..2243fe6 100644
--- a/Pods/Target Support Files/SwiftGenKit/Info.plist
+++ b/Pods/Target Support Files/SwiftGenKit/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 0.0.1
+ 1.0.0
CFBundleSignature
????
CFBundleVersion
diff --git a/SwiftGenKit.podspec b/SwiftGenKit.podspec
index f85ab16..f407194 100644
--- a/SwiftGenKit.podspec
+++ b/SwiftGenKit.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "SwiftGenKit"
- s.version = "0.0.1"
+ s.version = "1.0.0"
s.summary = "The SwiftGen framework responsible for parsing assets and turn them in a dictionary representation suitable for Stencil templates"
s.description = <<-DESC