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