blob: 03daf1507cd2b46fb15f1797e7298c2aebd98c75 [file] [log] [blame]
{
"name": "IDMFoundation",
"version": "0.1.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": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "IDMFoundation/Classes/**/*",
"frameworks": [
"UIKit",
"Photos",
"MobileCoreServices",
"AVFoundation"
],
"dependencies": {
"SiFUtilities": [
],
"IDMCore": [
],
"Alamofire": [
],
"ObjectMapper": [
],
"MBProgressHUD": [
],
"UIImage+FixOrientation": [
]
}
}