blob: 4eea11c054d55d0378699351955734d6e52d7d54 [file] [log] [blame]
{
"name": "DRYUtilities",
"version": "1.7.2",
"summary": "DRYUtilities provides common utilities used in projects by AppFoundry",
"homepage": "https://github.com/appfoundry/DRYUtilities",
"license": "MIT",
"authors": {
"Michael Seghers": "mike.seghers@appfoundry.be"
},
"source": {
"git": "https://github.com/appfoundry/DRYUtilities.git",
"tag": "1.7.2"
},
"social_media_url": "https://twitter.com/AppFoundryBE",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": "Foundation",
"subspecs": [
{
"name": "Configuration",
"source_files": "Pod/Classes/Configuration/**/*"
},
{
"name": "CoreData",
"source_files": "Pod/Classes/CoreData/**/*",
"weak_frameworks": "CoreData"
},
{
"name": "Foundation",
"source_files": "Pod/Classes/Foundation/**/*"
},
{
"name": "Networking",
"source_files": "Pod/Classes/Networking/**/*"
},
{
"name": "Security",
"source_files": "Pod/Classes/Security/**/*"
},
{
"name": "UIKit",
"source_files": "Pod/Classes/UIKit/**/*",
"weak_frameworks": "UIKit"
}
]
}