blob: 04a328a4a85531ae24ba0d5a50c7fd2f01390170 [file] [log] [blame]
{
"name": "IDMFoundation",
"version": "1.3.0",
"summary": "Base classes for new project which follows IDMCore",
"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.3.0"
},
"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": {
"FTIndicator": [
],
"SiFUtilities": [
],
"IDMCore": [
]
}
}
]
}