blob: 4097ffd7d611a3aae38c89f756094a4ba93d5901 [file] [log] [blame]
{
"name": "Piyo",
"version": "1.0.1",
"summary": "Piyo is a lightweight library for Twitter OAuth.",
"description": "Piyo is an authentication library that allows you to access a variety of APIs offered by Twitter.\nUsers who have installed Piyo will be asked to create as many Twitter posts and other features as they need for themselves.\nPiyo only provides the bare essentials.",
"homepage": "https://github.com/keisukeYamagishi/Piyo",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"keisukeYamagishi": "jam330257@gmail.com"
},
"social_media_url": "https://twitter.com/keisukeYamagishi",
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/keisukeYamagishi/Piyo.git",
"tag": "1.0.1"
},
"source_files": [
"Piyo",
"Piyo/**/*.swift"
],
"frameworks": "Foundation",
"swift_version": "5.0"
}