blob: 955edde4e92415b7ab63cead1dff16a01760228f [file] [log] [blame]
{
"name": "NewFramework",
"version": "0.1.0",
"summary": "A short description of NewFramework.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/BigVeila/NewFramework",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"BigVeila": "haibh01508@gmail.com"
},
"source": {
"git": "https://github.com/BigVeila/NewFramework.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "NewFramework/Project/**/*",
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"UIKit",
"MapKit"
],
"dependencies": {
"SDWebImage": [
]
}
}