blob: e0bbd9a4bdd21ca8e29ca5ea10f6356a24427b04 [file] [log] [blame]
{
"name": "YVPodDemo",
"version": "0.1.0",
"summary": "A pod creation demo.",
"description": "TODO: A demo project for creating swift pod and uploading it to remote cocoapod repository.",
"homepage": "https://github.com/yashvyas29/YVCreateSwiftPodDemo",
"license": "MIT",
"authors": {
"Yash Vyas": "yash.vyas.29@gmail.com"
},
"source": {
"git": "https://github.com/yashvyas29/YVCreateSwiftPodDemo.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "YVPodDemo/Classes/**/*"
}