blob: 1a2b0b30fde2d9506f1e012963372c92298dd3d7 [file] [log] [blame]
{
"name": "HelloFooBar",
"version": "0.0.1",
"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": {
"tomoko": "saber.chica@gmail.com"
},
"source": {
"git": "https://bitbucket.org/saber_chica/hello-cocoapos.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "HelloCocoaPods/*.{h,swift}",
"exclude_files": "HelloCocoaPodsTests"
}