blob: e7fec0d44990edf23f512d3fb9c6e17cb7d8473b [file] [log] [blame]
{
"name": "ConcurrentSwift",
"version": "0.1",
"summary": "Simple work with Future",
"homepage": "https://github.com/msfrms/ConcurrentSwift",
"license": "Apache License 2.0",
"authors": {
"msfrms": "msfrms@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"source": {
"git": "https://github.com/msfrms/ConcurrentSwift.git",
"tag": "0.1"
},
"source_files": "Source/*.swift",
"frameworks": "Foundation",
"module_name": "ConcurrentSwift"
}