Files
SwiftChess/Example/Pods/Local Podspecs/SwiftChess.podspec.json
T
Steve Barnegren 96065d09cd Initial commit
2016-09-04 15:16:58 +01:00

23 lines
549 B
JSON

{
"name": "SwiftChess",
"version": "0.1.0",
"summary": "A short description of SwiftChess.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/<GITHUB_USERNAME>/SwiftChess",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Steve Barnegren": "steve.barnegren@gmail.com"
},
"source": {
"git": "https://github.com/<GITHUB_USERNAME>/SwiftChess.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftChess/Classes/**/*"
}