[Add] AMRSDK 1.4.2
diff --git a/Specs/f/a/4/AMRSDK/1.4.2/AMRSDK.podspec.json b/Specs/f/a/4/AMRSDK/1.4.2/AMRSDK.podspec.json
new file mode 100644
index 0000000..330d83f
--- /dev/null
+++ b/Specs/f/a/4/AMRSDK/1.4.2/AMRSDK.podspec.json
@@ -0,0 +1,70 @@
+{
+  "name": "AMRSDK",
+  "version": "1.4.2",
+  "requires_arc": true,
+  "license": {
+    "type": "Copyright",
+    "text": "\t\t\t\t\t\t\t\t\tCopyright 2016\n\t\t\t\t\t\t\t\t\tAdmost Mediation Limited. \n"
+  },
+  "homepage": "http://www.admost.com/",
+  "authors": {
+    "Admost Mediation Limited": "amr@admost.com"
+  },
+  "summary": "Admost Mediation Router SDK.",
+  "description": "Admost Mediation Router is a powerful mediation tool to maximize your ad revenues for your apps and games from all major ad networks.",
+  "source": {
+    "git": "https://github.com/admost/AMR-IOS-SDK.git",
+    "tag": "1.4.2"
+  },
+  "documentation_url": "https://admost.github.io/amrios",
+  "platforms": {
+    "ios": "8.0"
+  },
+  "frameworks": [
+    "AddressBook",
+    "AddressBookUI",
+    "AdSupport",
+    "AudioToolbox",
+    "AVFoundation",
+    "AVKit",
+    "CFNetwork",
+    "CoreGraphics",
+    "CoreLocation",
+    "CoreMedia",
+    "CoreMotion",
+    "CoreTelephony",
+    "EventKit",
+    "EventKitUI",
+    "JavaScriptCore",
+    "MediaPlayer",
+    "QuartzCore",
+    "SafariServices",
+    "SystemConfiguration",
+    "Twitter"
+  ],
+  "weak_frameworks": [
+    "Foundation",
+    "UIKit",
+    "WebKit",
+    "StoreKit"
+  ],
+  "libraries": [
+    "sqlite3",
+    "z"
+  ],
+  "pod_target_xcconfig": {
+    "OTHER_LDFLAGS": "-ObjC -lc++"
+  },
+  "source_files": "AMRSDK/AMRSDK.framework/Headers/*.h",
+  "public_header_files": "AMRSDK/AMRSDK.framework/Headers/*.h",
+  "vendored_frameworks": "AMRSDK/AMRSDK.framework",
+  "resources": [
+    "AMRSDK/AMRResources.bundle",
+    "AMRSDK/CustomXibs.zip"
+  ],
+  "dependencies": {
+    "KokteylLog": [
+      "~> 1.0.7"
+    ]
+  }
+}