blob: d9889f10455f2e03745968f9fbc4e274036d83f8 [file] [log] [blame]
{
"name": "SwiftSpec",
"version": "0.0.1",
"summary": "Specification pattern in swift.",
"description": "SwiftSpec was written to make implementing the specification pattern easier. Provides convenient specifications for numbers, strings, etc.",
"homepage": "https://github.com/JustinGuedes/SwiftSpec",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"JustinGuedes": "justin.guedes@gmail.com"
},
"source": {
"git": "https://github.com/JustinGuedes/SwiftSpec.git",
"tag": "0.0.1"
},
"social_media_url": "https://twitter.com/JustinJGuedes",
"platforms": {
"ios": "8.0"
},
"default_subspecs": "All",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "SwiftSpec/Classes/Core/**/*"
},
{
"name": "All",
"source_files": "SwiftSpec/Classes/**/*"
}
]
}