blob: af950a8e2b94ee17300194b51e682e1b143c404f [file] [log] [blame]
{
"name": "MTToolBox",
"version": "2.2.1",
"summary": "iOS development tool box.",
"homepage": "https://bitbucket.org/mamudamuja/mttoolbox.git",
"license": "MIT",
"authors": {
"Milutin Tomic": "milutintomic91@gmail.com"
},
"source": {
"git": "https://bitbucket.org/mamudamuja/mttoolbox.git",
"tag": "2.2.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h",
"resource_bundles": {
"MTImageViewController": [
"Pod/Assets/*"
]
},
"frameworks": [
"UIKit",
"CoreData"
]
}