blob: 380c3ef3e7164608a22ae1df1e8834f70a0c3ddf [file] [log] [blame]
{
"name": "DemoLibrary",
"version": "0.1.0",
"summary": "Make a demo for my first Swift library",
"description": "I would like to learn how to create a library for iOS by Swift. This project is how I learned",
"homepage": "https://github.com/theanh90/DemoLibrary",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"theanh90": "theanh90@gmail.com"
},
"source": {
"git": "https://github.com/theanh90/DemoLibrary.git",
"tag": "0.1.0"
},
"swift_versions": "4.0",
"platforms": {
"ios": "10.0"
},
"source_files": "DemoLibrary/Classes/**/*",
"swift_version": "4.0"
}