blob: 347d9e6a3ebb4e53aa4a980fcab4fae2c9f3d56a [file] [log] [blame]
{
"name": "SwiftExt",
"version": "0.0.1",
"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\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "https://github.com/WeZZard/Swift-Extended-Library",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"WeZZard": "wezzardlau@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/WeZZard/Swift-Extended-Library.git",
"tag": "0.0.1"
},
"source_files": [
"Swift Extended Library/**/*.*",
"Swift Extended Library for iOS/**/*.{}",
"Swift Extended Library for OS X/**/*.*"
],
"requires_arc": true
}