[Add] iOSFrame 1.1.4
diff --git a/Specs/0/0/f/iOSFrame/1.1.4/iOSFrame.podspec.json b/Specs/0/0/f/iOSFrame/1.1.4/iOSFrame.podspec.json
new file mode 100644
index 0000000..ab59c0c
--- /dev/null
+++ b/Specs/0/0/f/iOSFrame/1.1.4/iOSFrame.podspec.json
@@ -0,0 +1,89 @@
+{
+ "name": "iOSFrame",
+ "version": "1.1.4",
+ "summary": "iOS App Framework.",
+ "description": "iOS App Framework using Swift.",
+ "homepage": "https://github.com/tospery/iOSFrame",
+ "license": {
+ "type": "MIT",
+ "file": "LICENSE"
+ },
+ "authors": {
+ "tospery": "tospery@gmail.com"
+ },
+ "source": {
+ "git": "https://github.com/tospery/iOSFrame.git",
+ "tag": "1.1.4"
+ },
+ "requires_arc": true,
+ "swift_versions": "5.0",
+ "platforms": {
+ "ios": "10.0"
+ },
+ "source_files": "iOSFrame/Classes/**/*",
+ "resource_bundles": {
+ "iOSFrame": [
+ "iOSFrame/Assets/*.png"
+ ]
+ },
+ "frameworks": [
+ "Foundation",
+ "UIKit",
+ "Accelerate",
+ "QuartzCore",
+ "CoreLocation",
+ "SystemConfiguration",
+ "AdSupport",
+ "WebKit",
+ "CoreGraphics",
+ "Photos"
+ ],
+ "dependencies": {
+ "QMUIKit/QMUICore": [
+ "4.2.0"
+ ],
+ "RxSwiftExt": [
+ "5.2.0"
+ ],
+ "RxDataSources": [
+ "4.0.1"
+ ],
+ "RxViewController": [
+ "1.0.0"
+ ],
+ "NSObject+Rx": [
+ "5.1.0"
+ ],
+ "Moya/RxSwift": [
+ "14.0.0"
+ ],
+ "ObjectMapper": [
+ "4.2.0"
+ ],
+ "ReactorKit": [
+ "2.1.0"
+ ],
+ "URLNavigator": [
+ "2.3.0"
+ ],
+ "BonMot": [
+ "5.5.1"
+ ],
+ "SwifterSwift": [
+ "5.2.0"
+ ],
+ "FCUUID": [
+ "1.3.1"
+ ],
+ "Kingfisher": [
+ "5.14.0"
+ ],
+ "DZNEmptyDataSet": [
+ "1.8.1"
+ ],
+ "ESPullToRefresh": [
+ "2.9.3"
+ ]
+ },
+ "swift_version": "5.0"
+}