blob: 5fe977623c07eed5de041f3e9e6d005fa93de945 [file] [log] [blame]
{
"name": "WaniKit",
"version": "2.0.3",
"summary": "WaniKit - Swift wrapper for WaniKani.com API.",
"description": "WaniKit - Swift wrapper for WaniKani.com API. It's based on NSOperation and NSOperationQueue, as described in this WWDC2015 talk.",
"homepage": "https://github.com/haawa799/WaniKit/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrew Kharchyshyn": "haawaplus@gmail.com"
},
"social_media_url": "http://twitter.com/haawa799",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/haawa799/WaniKit.git",
"tag": "v2.0.3"
},
"source_files": [
"WaniKit",
"Sources/WaniKit/*.{h,m,swift}"
],
"public_header_files": "Sources/WaniKit/*.h"
}