[Add] SpinnerButton 0.1.3
diff --git a/Specs/7/2/c/SpinnerButton/0.1.3/SpinnerButton.podspec.json b/Specs/7/2/c/SpinnerButton/0.1.3/SpinnerButton.podspec.json
new file mode 100644
index 0000000..8783881
--- /dev/null
+++ b/Specs/7/2/c/SpinnerButton/0.1.3/SpinnerButton.podspec.json
@@ -0,0 +1,25 @@
+{
+  "name": "SpinnerButton",
+  "version": "0.1.3",
+  "summary": "UIKit button with loading state",
+  "description": "<<-DESC\n  Modified UIButton with loading state created as a stroke spinned around the button.\n  The component has two state: default state without spinning stroke and loading state with spinning stroke.\n                       DESC",
+  "homepage": "https://github.com/maxkalik/SpinnerButton",
+  "screenshots": "https://www.maxkalik.com/images/spinner-button.gif",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "maxkalik": "maxkalik@gmail.com"
+  },
+  "source": {
+    "git": "https://github.com/maxkalik/SpinnerButton.git",
+    "tag": "0.1.3"
+  },
+  "social_media_url": "http://maxkalik.com",
+  "platforms": {
+    "ios": "9.0"
+  },
+  "source_files": "SpinnerButton/Classes/**/*",
+  "frameworks": "UIKit"
+}