blob: 9f0eb9a2acffba7e2c0ce3da2e3802051e61c7e7 [file] [log] [blame]
{
"name": "HelloFooBar",
"version": "0.0.3",
"summary": "HelloCocoaPods is a hello world framework.",
"description": "HelloCocoaPods may be useful when you learn about \"Swift Framework\".",
"homepage": "https://bitbucket.org/saber_chica/hellococoapods",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"saber_chica": "saber.chica@gmail.com"
},
"source": {
"git": "https://bitbucket.org/saber_chica/hellococoapods.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "9.0"
},
"source_files": "HelloCocoaPods/*.swift",
"exclude_files": "HelloCocoaPodsTests"
}