blob: b47f7c2c81f6224a8740204f98cb11ee1778b5ef [file] [log] [blame]
{
"name": "IDMFoundation",
"version": "2.1.6",
"summary": "Base classes for new project which follows IDMCore",
"swift_version": "4.2",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"description": "To install IDM Xcode Template: clone this repo run install-template.sh",
"homepage": "https://github.com/congncif/IDMFoundation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"congncif": "congnc.if@gmail.com"
},
"source": {
"git": "https://github.com/congncif/IDMFoundation.git",
"tag": "2.1.6"
},
"platforms": {
"ios": "8.0"
},
"frameworks": [
"UIKit",
"Photos",
"MobileCoreServices",
"AVFoundation"
],
"default_subspecs": "Default",
"subspecs": [
{
"name": "Default",
"dependencies": {
"IDMFoundation/Core": [
],
"IDMFoundation/Alamofire": [
],
"IDMFoundation/Networking": [
],
"IDMFoundation/ObjectMapper": [
],
"IDMFoundation/MBProgressHUD": [
],
"IDMFoundation/CameraAsset": [
]
}
},
{
"name": "Core",
"source_files": "IDMFoundation/Core/**/*",
"dependencies": {
"SiFUtilities": [
],
"IDMCore": [
]
}
},
{
"name": "ViewState",
"dependencies": {
"ViewStateCore": [
]
}
},
{
"name": "ModuleX",
"dependencies": {
"ModuleX": [
]
}
},
{
"name": "Alamofire",
"source_files": "IDMFoundation/Alamofire/**/*",
"dependencies": {
"IDMFoundation/Networking": [
],
"SiFUtilities": [
],
"IDMCore": [
],
"Alamofire": [
]
}
},
{
"name": "Networking",
"source_files": "IDMFoundation/Networking/**/*",
"dependencies": {
"IDMFoundation/Core": [
],
"SiFUtilities": [
],
"IDMCore": [
],
"UIImage+FixOrientation": [
]
}
},
{
"name": "ObjectMapper",
"source_files": [
"IDMFoundation/Response/Shared/*.swift",
"IDMFoundation/Response/ObjectMapper/*.swift"
],
"dependencies": {
"IDMFoundation/Core": [
],
"IDMCore": [
],
"ObjectMapper": [
]
}
},
{
"name": "Codable",
"source_files": [
"IDMFoundation/Response/Shared/*.swift",
"IDMFoundation/Response/Codable/*.swift"
],
"dependencies": {
"IDMFoundation/Core": [
],
"IDMCore": [
]
}
},
{
"name": "MBProgressHUD",
"source_files": "IDMFoundation/MBProgressHUD/**/*",
"dependencies": {
"SiFUtilities": [
],
"IDMCore": [
],
"MBProgressHUD": [
]
}
},
{
"name": "Reachability",
"source_files": "IDMFoundation/Reachability/**/*",
"dependencies": {
"CWStatusBarNotification": [
],
"Reachability": [
],
"SiFUtilities": [
]
}
},
{
"name": "JGProgressHUD",
"source_files": "IDMFoundation/JGProgressHUD/**/*",
"dependencies": {
"JGProgressHUD": [
],
"SiFUtilities": [
],
"IDMCore": [
]
}
},
{
"name": "CameraAsset",
"source_files": "IDMFoundation/CameraAsset/**/*",
"dependencies": {
"IDMFoundation/Networking": [
],
"SiFUtilities": [
]
}
}
]
}