blob: 8f17517e9de4bd0b7fe279fba9ac5239d2cf186a [file] [log] [blame]
{
"name": "TFReplAI",
"version": "0.1.0",
"summary": "ReplAI を Swift から扱うためのライブラリ",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/tfuru/TFReplAI",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"tfuru": "t_furu@tf-web.jp"
},
"source": {
"git": "https://github.com/tfuru/TFReplAI.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "TFReplAI/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 3.3"
]
}
}