blob: 5dd4f44844a7a4d60e8cf9a025adbed7ac08218d [file] [log] [blame]
{
"name": "SampleProject",
"version": "0.0.1",
"summary": "SampleProject",
"description": "cocoapod repo sample project.",
"homepage": "https://git.grander.co.jp/mikio.yamashita/SampleProject",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mikio Yamashita": "yamashita@grander.jp"
},
"platforms": {
"ios": "9.3"
},
"source": {
"git": "https://git.grander.co.jp/mikio.yamashita/SampleProject.git",
"tag": "0.0.1"
},
"source_files": [
"SampleProject",
"SampleProject/**/*.{h,m}"
],
"dependencies": {
"Alamofire": [
]
}
}