blob: 3c46d35c88e0b73bc6d6a2775d046b75672f89d3 [file] [log] [blame]
{
"name": "DRYUtilities",
"version": "1.0.4",
"summary": "DRYUtilities provides common utilities used in projects by AppFoundry",
"homepage": "https://github.com/appfoundry/DRYUtilities",
"license": "MIT",
"authors": {
"Michael Seghers": "michael.seghers@appfoundry.be"
},
"source": {
"git": "https://github.com/appfoundry/DRYUtilities.git",
"tag": "1.0.4"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DRYUtilities": [
"Pod/Assets/*.png"
]
},
"frameworks": "Foundation",
"weak_frameworks": [
"UIKit",
"CoreData"
]
}