blob: 3e3bc51f876deb15c9ea84692d8bb331302c2b50 [file] [log] [blame]
{
"name": "ESThread",
"version": "0.1.2",
"summary": "A simply threading support functions for iOS/OSX in Swift.",
"description": "It is a swift module that simply support threading functions. This module written in Swift 2.0.",
"homepage": "https://github.com/EZ-NET/ESThread",
"license": {
"type": "MIT"
},
"authors": {
"Tomohiro Kumagai": "http://ez-net.jp/profile/"
},
"social_media_url": "http://twitter.com/es_kumagai",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/EZ-NET/ESThread.git",
"tag": "0.1.2"
},
"source_files": "ESThread/**/*.swift"
}