blob: 7d080b7ccde3ca046691a21ca8cc74ed639e6221 [file] [log] [blame]
{
"name": "HelloFooBar",
"version": "0.0.2",
"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.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "HelloCocoaPods/*.{h,swift}",
"exclude_files": "HelloCocoaPodsTests"
}