blob: c1a892870a31a0ab954ba5346701c0f25e5966fd [file] [log] [blame]
{
"name": "SwiftySwift",
"version": "1.1.0",
"summary": "SwiftySwift is a collection of useful extensions for Swift types and Cocoa objects.",
"homepage": "https://github.com/adeca/SwiftySwift",
"license": {
"type": "MIT"
},
"authors": {
"Agustin de Cabrera": "agustindc@gmail.com"
},
"source": {
"git": "https://github.com/adeca/SwiftySwift.git",
"tag": "1.1.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Core",
"source_files": "SwiftyCore/*.swift"
},
{
"name": "Cocoa",
"source_files": "SwiftyCocoa/*.swift",
"dependencies": {
"SwiftySwift/Core": [
]
}
},
{
"name": "Geometry",
"source_files": "SwiftyGeometry/*.swift",
"dependencies": {
"SwiftySwift/Core": [
]
}
},
{
"name": "UIKit",
"source_files": "SwiftyUIKit/*.swift",
"dependencies": {
"SwiftySwift/Cocoa": [
]
}
},
{
"name": "MultiRange",
"source_files": "MultiRange/*.swift"
}
]
}