blob: 96bbeb75564b1746da6ef85b196005b5f469a9d2 [file] [log] [blame]
{
"name": "Swiftilities",
"version": "0.4.2",
"summary": "A collection of useful Swift utilities.",
"description": "A collection of useful Swift utilities. All components and\nextensions found in this library are consise enough on their own\nso as to not warrant their own project.",
"homepage": "https://github.com/raizlabs/Swiftilities",
"license": "MIT",
"authors": {
"Nicholas Bonatsakis": "nick.bonatsakis@raizlabs.com"
},
"source": {
"git": "https://github.com/raizlabs/Swiftilities.git",
"tag": "0.4.2"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"default_subspecs": "All",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Deselection",
"source_files": "Pod/Classes/Deselection/*.swift",
"frameworks": [
"UIKit"
]
},
{
"name": "Forms",
"source_files": "Pod/Classes/Forms/*.swift",
"frameworks": [
"UIKit"
]
},
{
"name": "Views",
"source_files": [
"Pod/Classes/Views/Protocols/*.swift",
"Pod/Classes/Views/Textview/*.swift"
],
"frameworks": [
"UIKit"
]
},
{
"name": "Keyboard",
"source_files": "Pod/Classes/Keyboard/*.swift",
"frameworks": [
"UIKit"
]
},
{
"name": "Logging",
"source_files": "Pod/Classes/Logging/*.swift",
"frameworks": "Foundation"
},
{
"name": "Math",
"source_files": "Pod/Classes/Math/*.swift"
},
{
"name": "RootViewController",
"source_files": "Pod/Classes/RootViewController/*.swift",
"frameworks": [
"UIKit"
]
},
{
"name": "FormattedTextField",
"source_files": "Pod/Classes/FormattedTextField/*.swift",
"frameworks": [
"UIKit"
]
},
{
"name": "All",
"dependencies": {
"Swiftilities/Deselection": [
],
"Swiftilities/Forms": [
],
"Swiftilities/Views": [
],
"Swiftilities/Keyboard": [
],
"Swiftilities/Logging": [
],
"Swiftilities/Math": [
],
"Swiftilities/RootViewController": [
],
"Swiftilities/FormattedTextField": [
]
}
}
]
}