blob: 34c67c60fc544900549a18ddc9e24558a3b028ac [file] [log] [blame]
{
"name": "KeweWords",
"version": "0.0.2",
"summary": "A list of English words.",
"swift_version": "4.0",
"description": "This is a long description of what my pod does. In order for CocoaPods to accept this, my description must be longer than the summary.",
"homepage": "https://github.com/sheng168/KeweWords",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jin Yu": "jin.yu@clearme.com"
},
"platforms": {
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/sheng168/KeweWords.git",
"tag": "0.0.2"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude"
}