[Add] PutioAPI 0.12.0
diff --git a/Specs/5/0/3/PutioAPI/0.12.0/PutioAPI.podspec.json b/Specs/5/0/3/PutioAPI/0.12.0/PutioAPI.podspec.json
new file mode 100644
index 0000000..ca9ae9c
--- /dev/null
+++ b/Specs/5/0/3/PutioAPI/0.12.0/PutioAPI.podspec.json
@@ -0,0 +1,33 @@
+{
+  "name": "PutioAPI",
+  "version": "0.12.0",
+  "swift_versions": "4.2",
+  "summary": "Swift client for Put.io API v2",
+  "description": "Swift client for Put.io API v2 [https://api.put.io]",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "Putio": "devs@put.io"
+  },
+  "homepage": "https://github.com/putdotio/putio.swift",
+  "source": {
+    "git": "https://github.com/putdotio/putio.swift.git",
+    "tag": "0.12.0"
+  },
+  "social_media_url": "https://twitter.com/putdotio",
+  "platforms": {
+    "ios": "10.0"
+  },
+  "source_files": "PutioAPI/Classes/**/*",
+  "dependencies": {
+    "Alamofire": [
+      "~> 4.9"
+    ],
+    "SwiftyJSON": [
+      "~> 5.0"
+    ]
+  },
+  "swift_version": "4.2"
+}