blob: 345dc23343c161e1643032ed5dc1077f33ca5567 [file] [log] [blame]
{
"name": "SwiftExt",
"version": "0.0.2",
"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",
"osx": "10.9"
},
"source": {
"git": "https://github.com/WeZZard/Swift-Extended-Library.git",
"tag": "0.0.2"
},
"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"
]
},
"requires_arc": true
}