blob: 4849d05a35c86b79932bfe6927c7abe5adb1b335 [file] [log] [blame]
{
"name": "Szimpla",
"version": "0.0.3",
"summary": "Networking Testing library for Swift",
"description": "Networking testing library that records requests and match them later with future tests executions.",
"homepage": "https://github.com/pepibumur/Szimpla",
"license": "MIT",
"authors": {
"Pedro Piñera Buendía": "pepibumur@gmail.com"
},
"source": {
"git": "https://github.com/pepibumur/Szimpla.git",
"tag": "0.0.3"
},
"social_media_url": "https://twitter.com/pepibumur",
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Core",
"source_files": "Szimpla/Classes/Core/**/*"
},
{
"name": "Server",
"source_files": "Szimpla/Classes/Server/**/*",
"dependencies": {
"NSURL+QueryDictionary": [
],
"SwiftyJSON": [
],
"Swifter": [
],
"Szimpla/Core": [
]
}
},
{
"name": "Client",
"source_files": "Szimpla/Classes/Client/**/*",
"frameworks": "XCTest",
"dependencies": {
"SwiftyJSON": [
],
"Szimpla/Core": [
]
}
}
]
}