[Add] WobbingButton 1.0.3
diff --git a/Specs/6/7/2/WobbingButton/1.0.3/WobbingButton.podspec.json b/Specs/6/7/2/WobbingButton/1.0.3/WobbingButton.podspec.json
new file mode 100644
index 0000000..9824ff2
--- /dev/null
+++ b/Specs/6/7/2/WobbingButton/1.0.3/WobbingButton.podspec.json
@@ -0,0 +1,31 @@
+{
+  "name": "WobbingButton",
+  "version": "1.0.3",
+  "summary": "A storyboard friendly UIButton replacement. It wobbs too!",
+  "swift_version": "4.0",
+  "description": "UIButton is not enough. Replace it now.\nWobbingButton is a UIControl, a hassle free storyboard friendly UI component.\nYou could set corner radius directly from storyboard. Notice how it \"wobbles\"!\nRoundedWobbingButton is a WobbingButton subclass, it has rounded left and right corners.\nWobbingControlWithIcon is a WobbingButton subclass, is best used with monochrome icons, set tintColor in storyboard.",
+  "homepage": "https://github.com/c2mInc/WobbingButton",
+  "screenshots": [
+    "https://github.com/c2mInc/WobbingButton/blob/master/ss1.png?raw=true",
+    "https://github.com/c2mInc/WobbingButton/blob/master/ss2.png?raw=true",
+    "https://github.com/c2mInc/WobbingButton/blob/master/ss3.png?raw=true",
+    "https://github.com/c2mInc/WobbingButton/blob/master/ss4.png?raw=true"
+  ],
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "erkekin": "erkekin@gmail.com"
+  },
+  "source": {
+    "git": "https://github.com/c2mInc/WobbingButton.git",
+    "tag": "1.0.3"
+  },
+  "social_media_url": "https://twitter.com/erkekin",
+  "platforms": {
+    "ios": "10.0"
+  },
+  "source_files": "WobbingButton/Classes/*",
+  "frameworks": "UIKit"
+}