blob: b47257b0b733af895275041b2fa56cbbb3317ceb [file] [log] [blame]
{
"name": "IDMFoundation",
"version": "1.4.7",
"summary": "Base classes for new project which follows IDMCore",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.1"
},
"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": "1.4.7"
},
"platforms": {
"ios": "8.0"
},
"frameworks": [
"UIKit",
"Photos",
"MobileCoreServices",
"AVFoundation"
],
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "IDMFoundation/Core/**/*",
"dependencies": {
"SiFUtilities": [
],
"IDMCore": [
],
"Alamofire": [
],
"ObjectMapper": [
],
"UIImage+FixOrientation": [
]
}
},
{
"name": "MBProgressHUD",
"source_files": "IDMFoundation/MBProgressHUD/**/*",
"dependencies": {
"SiFUtilities": [
],
"IDMCore": [
],
"MBProgressHUD": [
]
}
},
{
"name": "Reachability",
"source_files": "IDMFoundation/Reachability/**/*",
"dependencies": {
"CWStatusBarNotification": [
],
"Reachability": [
],
"SiFUtilities": [
]
}
},
{
"name": "Loading",
"source_files": "IDMFoundation/Loading/**/*",
"dependencies": {
"JGProgressHUD": [
],
"SiFUtilities": [
],
"IDMCore": [
]
}
},
{
"name": "CameraAsset",
"source_files": "IDMFoundation/CameraAsset/**/*",
"dependencies": {
"SiFUtilities": [
],
"IDMFoundation/Core": [
]
}
}
]
}