blob: 205e6962417fed7a9a67e4c47cb79930bee763c9 [file] [log] [blame]
{
"name": "IDMCore",
"version": "2.8.7",
"summary": "Integrator - Data Provider - Model core architecture for data flow",
"swift_version": "4.2",
"description": "IDM is short name of Integrator - Data Provider - Model. This is an additional support for MVC paradigm. It help you make clear data flow in iOS application. IDMCore contains core interfaces & base classes to build IDM flow.",
"homepage": "https://github.com/congncif/IDMCore",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nguyen Chi Cong": "congnc.if@gmail.com"
},
"source": {
"git": "https://github.com/congncif/IDMCore.git",
"tag": "2.8.7"
},
"social_media_url": "https://twitter.com/congncif",
"platforms": {
"ios": "8.0"
},
"source_files": "IDMCore/Classes/*.swift",
"frameworks": "Foundation"
}