blob: 99d2a3e2aff0e675fff6e71ddab0bd8fc4d699ec [file] [log] [blame]
{
"name": "PR2StudioSwift",
"version": "0.2.5",
"summary": "Swift base library used for PR2Studio projects",
"description": "PR2StudioSwift is the base library for developing Swift projects. Most of the projects from PR2Studio uses it.",
"homepage": "https://github.com/pabloroca/PR2StudioSwift",
"license": "MIT",
"authors": {
"Pablo Roca Rozas": "pablorocar@gmail.com"
},
"source": {
"git": "https://github.com/pabloroca/PR2StudioSwift.git",
"tag": "0.2.5"
},
"platforms": {
"ios": "10.0"
},
"source_files": "PR2StudioSwift/**/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.6"
],
"PureLayout": [
"~> 3.0.0"
]
}
}