blob: 9ffc49b56f24d9d36cbb9e65af80428830f44987 [file] [log] [blame]
{
"name": "SwiftExt",
"version": "2.0.0",
"summary": "A library extends Swift standard library",
"description": " Swift Extended Library is aiming to offer native Swift alternatives to Cocoa/CocoaTouch and missing conveniences in Swift standard library.\n",
"homepage": "https://github.com/WeZZard/Swift-Extended-Library",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"WeZZard": "wezzardlau@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/WeZZard/Swift-Extended-Library.git",
"tag": "2.0.0"
},
"ios": {
"source_files": [
"Swift-Extended-Library/**/*.swift",
"Swift-Extended-Library-for-iOS/**/*.swift"
]
},
"osx": {
"source_files": [
"Swift-Extended-Library/**/*.swift",
"Swift-Extended-Library-for-OS-X/**/*.swift"
]
}
}