blob: 88cdffd2170a11c044c6d8f5bc3ee536d24927bf [file] [log] [blame]
{
"name": "DMManager",
"version": "1.0.0",
"summary": "Description of DMManager will be soon.",
"homepage": "https://github.com/alexj70/DMManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alexandr Zhovty": "alexandr.zhovty@icloud.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/alexj70/DMManager.git",
"tag": "1.0.0"
},
"source_files": [
"Classes",
"Classes/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"public_header_files": "Classes/*.h",
"frameworks": [
"Foundation",
"CoreData"
],
"requires_arc": true
}