blob: 1ff52e6f1f43e938b9ca61084c196a0292bb4113 [file] [log] [blame]
{
"name": "Szimpla",
"version": "0.0.2",
"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.2"
},
"social_media_url": "https://twitter.com/pepibumur",
"platforms": {
"ios": "8.0"
},
"dependencies": {
"SwiftyJSON": [
],
"NSURL+QueryDictionary": [
]
},
"frameworks": "XCTest",
"source_files": "Szimpla/Classes/**/*",
"exclude_files": "Szimpla/Classes/Expectations/**",
"subspecs": [
{
"name": "Nimble",
"dependencies": {
"Nimble": [
]
},
"source_files": [
"Szimpla/Classes/**/*",
"Szimpla/Classes/Expectations/**"
]
}
]
}