From f76924c34475d5d9bda23da45540e6cdb57a98bd Mon Sep 17 00:00:00 2001 From: Marius Landwehr Date: Tue, 7 Jul 2015 09:24:49 +0200 Subject: [PATCH] Added all the podspec.json files for updating the current versions on cocoapods to fix the bug in HexColors --- podspecs/0.9.1/TSMessages.podspec.json | 29 +++++++++++++++++++++++ podspecs/0.9.10/TSMessages.podspec.json | 31 +++++++++++++++++++++++++ podspecs/0.9.11/TSMessages.podspec.json | 31 +++++++++++++++++++++++++ podspecs/0.9.12/TSMessages.podspec.json | 31 +++++++++++++++++++++++++ podspecs/0.9.2/TSMessages.podspec.json | 24 +++++++++++++++++++ podspecs/0.9.3/TSMessages.podspec.json | 24 +++++++++++++++++++ podspecs/0.9.4/TSMessages.podspec.json | 29 +++++++++++++++++++++++ podspecs/0.9.5/TSMessages.podspec.json | 30 ++++++++++++++++++++++++ podspecs/0.9.6/TSMessages.podspec.json | 29 +++++++++++++++++++++++ podspecs/0.9.7/TSMessages.podspec.json | 30 ++++++++++++++++++++++++ podspecs/0.9.8/TSMessages.podspec.json | 29 +++++++++++++++++++++++ podspecs/0.9.9/TSMessages.podspec.json | 29 +++++++++++++++++++++++ podspecs/0.9/TSMessages.podspec.json | 29 +++++++++++++++++++++++ 13 files changed, 375 insertions(+) create mode 100644 podspecs/0.9.1/TSMessages.podspec.json create mode 100644 podspecs/0.9.10/TSMessages.podspec.json create mode 100644 podspecs/0.9.11/TSMessages.podspec.json create mode 100644 podspecs/0.9.12/TSMessages.podspec.json create mode 100644 podspecs/0.9.2/TSMessages.podspec.json create mode 100644 podspecs/0.9.3/TSMessages.podspec.json create mode 100644 podspecs/0.9.4/TSMessages.podspec.json create mode 100644 podspecs/0.9.5/TSMessages.podspec.json create mode 100644 podspecs/0.9.6/TSMessages.podspec.json create mode 100644 podspecs/0.9.7/TSMessages.podspec.json create mode 100644 podspecs/0.9.8/TSMessages.podspec.json create mode 100644 podspecs/0.9.9/TSMessages.podspec.json create mode 100644 podspecs/0.9/TSMessages.podspec.json diff --git a/podspecs/0.9.1/TSMessages.podspec.json b/podspecs/0.9.1/TSMessages.podspec.json new file mode 100644 index 00000000..f818083e --- /dev/null +++ b/podspecs/0.9.1/TSMessages.podspec.json @@ -0,0 +1,29 @@ +{ + "name": "TSMessages", + "version": "0.9.1", + "summary": "Easy to use and customizable messages/notifications for iOS à la Tweetbot.", + "description": " This framework provides an easy to use class to show little notification views on the top of the screen. (à la Tweetbot). \nThe notification moves from the top of the screen underneath the navigation bar and stays there for a few seconds, depending on the length of the displayed text. To dismiss a notification before the time runs out, the user can swipe it to the top or just tap it.\nThere are 4 different types already set up for you: Success, Error, Warning, Message.\n", + "homepage": "https://github.com/toursprung/TSMessages/", + "license": "MIT", + "authors": { + "Felix Krause": "felix@toursprung.com" + }, + "source": { + "git": "https://github.com/toursprung/TSMessages.git", + "tag": "0.9.1" + }, + "platforms": { + "ios": "5.0" + }, + "source_files": [ + "Classes/**/*.{h,m}", + "Views/**/*.{h,m}" + ], + "resources": "Resources/**/*.{png,json}", + "requires_arc": true, + "dependencies": { + "MLUIColorAdditions": [ + + ] + } +} diff --git a/podspecs/0.9.10/TSMessages.podspec.json b/podspecs/0.9.10/TSMessages.podspec.json new file mode 100644 index 00000000..a4bd4a0d --- /dev/null +++ b/podspecs/0.9.10/TSMessages.podspec.json @@ -0,0 +1,31 @@ +{ + "name": "TSMessages", + "version": "0.9.10", + "summary": "Easy to use and customizable messages/notifications for iOS à la Tweetbot.", + "description": " This framework provides an easy to use class to show little notification views on the top of the screen. (à la Tweetbot). \nThe notification moves from the top of the screen underneath the navigation bar and stays there for a few seconds, depending on the length of the displayed text. To dismiss a notification before the time runs out, the user can swipe it to the top or just tap it.\nThere are 4 different types already set up for you: Success, Error, Warning, Message.\n", + "homepage": "https://github.com/toursprung/TSMessages/", + "license": "MIT", + "authors": { + "Felix Krause": "krausefx@gmail.com" + }, + "source": { + "git": "https://github.com/toursprung/TSMessages.git", + "tag": "0.9.10" + }, + "social_media_url": "https://twitter.com/KrauseFx", + "platforms": { + "ios": "5.0" + }, + "requires_arc": true, + "source_files": "Pod/Classes", + "resources": [ + "Pod/Assets/*.png", + "Pod/Assets/*.json" + ], + "public_header_files": "Pod/Classes/**/*.h", + "dependencies": { + "HexColors": [ + "~> 2.2.0" + ] + } +} diff --git a/podspecs/0.9.11/TSMessages.podspec.json b/podspecs/0.9.11/TSMessages.podspec.json new file mode 100644 index 00000000..2d5da413 --- /dev/null +++ b/podspecs/0.9.11/TSMessages.podspec.json @@ -0,0 +1,31 @@ +{ + "name": "TSMessages", + "version": "0.9.11", + "summary": "Easy to use and customizable messages/notifications for iOS à la Tweetbot.", + "description": " This framework provides an easy to use class to show little notification views on the top of the screen. (à la Tweetbot). \nThe notification moves from the top of the screen underneath the navigation bar and stays there for a few seconds, depending on the length of the displayed text. To dismiss a notification before the time runs out, the user can swipe it to the top or just tap it.\nThere are 4 different types already set up for you: Success, Error, Warning, Message.\n", + "homepage": "https://github.com/toursprung/TSMessages/", + "license": "MIT", + "authors": { + "Felix Krause": "krausefx@gmail.com" + }, + "source": { + "git": "https://github.com/toursprung/TSMessages.git", + "tag": "0.9.11" + }, + "social_media_url": "https://twitter.com/KrauseFx", + "platforms": { + "ios": "5.0" + }, + "requires_arc": true, + "source_files": "Pod/Classes", + "resources": [ + "Pod/Assets/*.png", + "Pod/Assets/*.json" + ], + "public_header_files": "Pod/Classes/**/*.h", + "dependencies": { + "HexColors": [ + "~> 2.2.0" + ] + } +} diff --git a/podspecs/0.9.12/TSMessages.podspec.json b/podspecs/0.9.12/TSMessages.podspec.json new file mode 100644 index 00000000..a91fbd63 --- /dev/null +++ b/podspecs/0.9.12/TSMessages.podspec.json @@ -0,0 +1,31 @@ +{ + "name": "TSMessages", + "version": "0.9.12", + "summary": "Easy to use and customizable messages/notifications for iOS à la Tweetbot.", + "description": " This framework provides an easy to use class to show little notification views on the top of the screen. (à la Tweetbot). \nThe notification moves from the top of the screen underneath the navigation bar and stays there for a few seconds, depending on the length of the displayed text. To dismiss a notification before the time runs out, the user can swipe it to the top or just tap it.\nThere are 4 different types already set up for you: Success, Error, Warning, Message.\n", + "homepage": "https://github.com/KrauseFx/TSMessages/", + "license": "MIT", + "authors": { + "Felix Krause": "krausefx@gmail.com" + }, + "source": { + "git": "https://github.com/KrauseFx/TSMessages.git", + "tag": "0.9.12" + }, + "social_media_url": "https://twitter.com/KrauseFx", + "platforms": { + "ios": "5.0" + }, + "requires_arc": true, + "source_files": "Pod/Classes", + "resources": [ + "Pod/Assets/*.png", + "Pod/Assets/*.json" + ], + "public_header_files": "Pod/Classes/**/*.h", + "dependencies": { + "HexColors": [ + "~> 2.2.0" + ] + } +} diff --git a/podspecs/0.9.2/TSMessages.podspec.json b/podspecs/0.9.2/TSMessages.podspec.json new file mode 100644 index 00000000..b40232ea --- /dev/null +++ b/podspecs/0.9.2/TSMessages.podspec.json @@ -0,0 +1,24 @@ +{ + "name": "TSMessages", + "version": "0.9.2", + "summary": "Easy to use and customizable messages/notifications for iOS à la Tweetbot.", + "description": " This framework provides an easy to use class to show little notification views on the top of the screen. (à la Tweetbot). \nThe notification moves from the top of the screen underneath the navigation bar and stays there for a few seconds, depending on the length of the displayed text. To dismiss a notification before the time runs out, the user can swipe it to the top or just tap it.\nThere are 4 different types already set up for you: Success, Error, Warning, Message.\n", + "homepage": "https://github.com/toursprung/TSMessages/", + "license": "MIT", + "authors": { + "Felix Krause": "felix@toursprung.com" + }, + "source": { + "git": "https://github.com/toursprung/TSMessages.git", + "tag": "0.9.2" + }, + "platforms": { + "ios": "5.0" + }, + "source_files": [ + "Classes/**/*.{h,m}", + "Views/**/*.{h,m}" + ], + "resources": "Resources/**/*.{png,json}", + "requires_arc": true +} diff --git a/podspecs/0.9.3/TSMessages.podspec.json b/podspecs/0.9.3/TSMessages.podspec.json new file mode 100644 index 00000000..e8066e64 --- /dev/null +++ b/podspecs/0.9.3/TSMessages.podspec.json @@ -0,0 +1,24 @@ +{ + "name": "TSMessages", + "version": "0.9.3", + "summary": "Easy to use and customizable messages/notifications for iOS à la Tweetbot.", + "description": " This framework provides an easy to use class to show little notification views on the top of the screen. (à la Tweetbot). \nThe notification moves from the top of the screen underneath the navigation bar and stays there for a few seconds, depending on the length of the displayed text. To dismiss a notification before the time runs out, the user can swipe it to the top or just tap it.\nThere are 4 different types already set up for you: Success, Error, Warning, Message.\n", + "homepage": "https://github.com/toursprung/TSMessages/", + "license": "MIT", + "authors": { + "Felix Krause": "felix@toursprung.com" + }, + "source": { + "git": "https://github.com/toursprung/TSMessages.git", + "tag": "0.9.3" + }, + "platforms": { + "ios": "5.0" + }, + "source_files": [ + "Classes/**/*.{h,m}", + "Views/**/*.{h,m}" + ], + "resources": "Resources/**/*.{png,json}", + "requires_arc": true +} diff --git a/podspecs/0.9.4/TSMessages.podspec.json b/podspecs/0.9.4/TSMessages.podspec.json new file mode 100644 index 00000000..6ae735a4 --- /dev/null +++ b/podspecs/0.9.4/TSMessages.podspec.json @@ -0,0 +1,29 @@ +{ + "name": "TSMessages", + "version": "0.9.4", + "summary": "Easy to use and customizable messages/notifications for iOS à la Tweetbot.", + "description": " This framework provides an easy to use class to show little notification views on the top of the screen. (à la Tweetbot). \nThe notification moves from the top of the screen underneath the navigation bar and stays there for a few seconds, depending on the length of the displayed text. To dismiss a notification before the time runs out, the user can swipe it to the top or just tap it.\nThere are 4 different types already set up for you: Success, Error, Warning, Message.\n", + "homepage": "https://github.com/toursprung/TSMessages/", + "license": "MIT", + "authors": { + "Felix Krause": "krausefx@gmail.com" + }, + "source": { + "git": "https://github.com/toursprung/TSMessages.git", + "tag": "0.9.4" + }, + "platforms": { + "ios": "5.0" + }, + "source_files": [ + "TSMessages/Classes/**/*.{h,m}", + "TSMessages/Views/**/*.{h,m}" + ], + "resources": "TSMessages/Resources/**/*.{png,json}", + "requires_arc": true, + "dependencies": { + "HexColors": [ + "~> 2.2.0" + ] + } +} diff --git a/podspecs/0.9.5/TSMessages.podspec.json b/podspecs/0.9.5/TSMessages.podspec.json new file mode 100644 index 00000000..9c882b1e --- /dev/null +++ b/podspecs/0.9.5/TSMessages.podspec.json @@ -0,0 +1,30 @@ +{ + "name": "TSMessages", + "version": "0.9.5", + "summary": "Easy to use and customizable messages/notifications for iOS à la Tweetbot.", + "description": " This framework provides an easy to use class to show little notification views on the top of the screen. (à la Tweetbot). \nThe notification moves from the top of the screen underneath the navigation bar and stays there for a few seconds, depending on the length of the displayed text. To dismiss a notification before the time runs out, the user can swipe it to the top or just tap it.\nThere are 4 different types already set up for you: Success, Error, Warning, Message.\n", + "homepage": "https://github.com/toursprung/TSMessages/", + "license": "MIT", + "authors": { + "Felix Krause": "krausefx@gmail.com" + }, + "social_media_url": "https://twitter.com/KrauseFx", + "source": { + "git": "https://github.com/toursprung/TSMessages.git", + "tag": "0.9.5" + }, + "platforms": { + "ios": "5.0" + }, + "source_files": [ + "TSMessages/Classes/**/*.{h,m}", + "TSMessages/Views/**/*.{h,m}" + ], + "resources": "TSMessages/Resources/**/*.{png,json}", + "requires_arc": true, + "dependencies": { + "HexColors": [ + "~> 2.2.0" + ] + } +} diff --git a/podspecs/0.9.6/TSMessages.podspec.json b/podspecs/0.9.6/TSMessages.podspec.json new file mode 100644 index 00000000..a0cccbee --- /dev/null +++ b/podspecs/0.9.6/TSMessages.podspec.json @@ -0,0 +1,29 @@ +{ + "name": "TSMessages", + "version": "0.9.6", + "summary": "Easy to use and customizable messages/notifications for iOS à la Tweetbot.", + "description": " This framework provides an easy to use class to show little notification views on the top of the screen. (à la Tweetbot). \nThe notification moves from the top of the screen underneath the navigation bar and stays there for a few seconds, depending on the length of the displayed text. To dismiss a notification before the time runs out, the user can swipe it to the top or just tap it.\nThere are 4 different types already set up for you: Success, Error, Warning, Message.\n", + "homepage": "https://github.com/toursprung/TSMessages/", + "license": "MIT", + "authors": { + "Felix Krause": "krausefx@gmail.com" + }, + "source": { + "git": "https://github.com/toursprung/TSMessages.git", + "tag": "0.9.6" + }, + "platforms": { + "ios": "5.0" + }, + "source_files": [ + "TSMessages/Classes/**/*.{h,m}", + "TSMessages/Views/**/*.{h,m}" + ], + "resources": "TSMessages/Resources/**/*.{png,json}", + "requires_arc": true, + "dependencies": { + "HexColors": [ + "~> 2.2.0" + ] + } +} diff --git a/podspecs/0.9.7/TSMessages.podspec.json b/podspecs/0.9.7/TSMessages.podspec.json new file mode 100644 index 00000000..5388291d --- /dev/null +++ b/podspecs/0.9.7/TSMessages.podspec.json @@ -0,0 +1,30 @@ +{ + "name": "TSMessages", + "version": "0.9.7", + "summary": "Easy to use and customizable messages/notifications for iOS à la Tweetbot.", + "description": " This framework provides an easy to use class to show little notification views on the top of the screen. (à la Tweetbot). \nThe notification moves from the top of the screen underneath the navigation bar and stays there for a few seconds, depending on the length of the displayed text. To dismiss a notification before the time runs out, the user can swipe it to the top or just tap it.\nThere are 4 different types already set up for you: Success, Error, Warning, Message.\n", + "homepage": "https://github.com/toursprung/TSMessages/", + "license": "MIT", + "social_media_url": "https://twitter.com/KrauseFx", + "authors": { + "Felix Krause": "krausefx@gmail.com" + }, + "source": { + "git": "https://github.com/toursprung/TSMessages.git", + "tag": "0.9.7" + }, + "platforms": { + "ios": "5.0" + }, + "source_files": [ + "TSMessages/Classes/**/*.{h,m}", + "TSMessages/Views/**/*.{h,m}" + ], + "resources": "TSMessages/Resources/**/*.{png,json}", + "requires_arc": true, + "dependencies": { + "HexColors": [ + "~> 2.2.0" + ] + } +} diff --git a/podspecs/0.9.8/TSMessages.podspec.json b/podspecs/0.9.8/TSMessages.podspec.json new file mode 100644 index 00000000..7c763924 --- /dev/null +++ b/podspecs/0.9.8/TSMessages.podspec.json @@ -0,0 +1,29 @@ +{ + "name": "TSMessages", + "version": "0.9.8", + "summary": "Easy to use and customizable messages/notifications for iOS à la Tweetbot.", + "description": " This framework provides an easy to use class to show little notification views on the top of the screen. (à la Tweetbot). \nThe notification moves from the top of the screen underneath the navigation bar and stays there for a few seconds, depending on the length of the displayed text. To dismiss a notification before the time runs out, the user can swipe it to the top or just tap it.\nThere are 4 different types already set up for you: Success, Error, Warning, Message.\n", + "homepage": "https://github.com/toursprung/TSMessages/", + "license": "MIT", + "authors": { + "Felix Krause": "krausefx@gmail.com" + }, + "source": { + "git": "https://github.com/toursprung/TSMessages.git", + "tag": "0.9.8" + }, + "platforms": { + "ios": "5.0" + }, + "source_files": [ + "TSMessages/Classes/**/*.{h,m}", + "TSMessages/Views/**/*.{h,m}" + ], + "resources": "TSMessages/Resources/**/*.{png,json}", + "requires_arc": true, + "dependencies": { + "HexColors": [ + "~> 2.2.0" + ] + } +} diff --git a/podspecs/0.9.9/TSMessages.podspec.json b/podspecs/0.9.9/TSMessages.podspec.json new file mode 100644 index 00000000..3adde997 --- /dev/null +++ b/podspecs/0.9.9/TSMessages.podspec.json @@ -0,0 +1,29 @@ +{ + "name": "TSMessages", + "version": "0.9.9", + "summary": "Easy to use and customizable messages/notifications for iOS à la Tweetbot.", + "description": " This framework provides an easy to use class to show little notification views on the top of the screen. (à la Tweetbot). \nThe notification moves from the top of the screen underneath the navigation bar and stays there for a few seconds, depending on the length of the displayed text. To dismiss a notification before the time runs out, the user can swipe it to the top or just tap it.\nThere are 4 different types already set up for you: Success, Error, Warning, Message.\n", + "homepage": "https://github.com/toursprung/TSMessages/", + "license": "MIT", + "authors": { + "Felix Krause": "krausefx@gmail.com" + }, + "source": { + "git": "https://github.com/toursprung/TSMessages.git", + "tag": "0.9.9" + }, + "platforms": { + "ios": "5.0" + }, + "source_files": [ + "TSMessages/Classes/**/*.{h,m}", + "TSMessages/Views/**/*.{h,m}" + ], + "resources": "TSMessages/Resources/**/*.{png,json}", + "requires_arc": true, + "dependencies": { + "HexColors": [ + "~> 2.2.0" + ] + } +} diff --git a/podspecs/0.9/TSMessages.podspec.json b/podspecs/0.9/TSMessages.podspec.json new file mode 100644 index 00000000..e9ccfa01 --- /dev/null +++ b/podspecs/0.9/TSMessages.podspec.json @@ -0,0 +1,29 @@ +{ + "name": "TSMessages", + "version": "0.9", + "summary": "Easy to use and customizable messages/notifications for iOS à la Tweetbot.", + "description": " This framework provides an easy to use class to show little notification views on the top of the screen. (à la Tweetbot). \nThe notification moves from the top of the screen underneath the navigation bar and stays there for a few seconds, depending on the length of the displayed text. To dismiss a notification before the time runs out, the user can swipe it to the top or just tap it.\nThere are 4 different types already set up for you: Success, Error, Warning, Message.\n", + "homepage": "https://github.com/toursprung/TSMessages/", + "license": "MIT", + "authors": { + "Felix Krause": "felix@toursprung.com" + }, + "source": { + "git": "https://github.com/toursprung/TSMessages.git", + "tag": "0.9" + }, + "platforms": { + "ios": "5.0" + }, + "source_files": [ + "Classes/**/*.{h,m}", + "Views/**/*.{h,m}" + ], + "resources": "Resources/**/*.{png,json}", + "requires_arc": true, + "dependencies": { + "MLUIColorAdditions": [ + + ] + } +}