blob: 37542de1f4c9037172e37302ec5624cca9125207 [file] [log] [blame]
{
"name": "Forgeries",
"version": "0.6.0",
"summary": "Smart subclasses for testing UIKit code.",
"description": "Forgeries is a library that makes unit testing iOS applications easier. UIKit has lots of limitations\nthat make sense in production code, but make testing difficult. Forgeries fixes that problem. Currently\nit includes subclasses for UIGestureRecognizers, NSUserDefaults and NSFileManager.",
"homepage": "https://github.com/ashfurrow/Forgeries",
"license": "MIT",
"authors": {
"Ash Furrow": "ash@ashfurrow.com",
"Orta Therox": "orta.therox@gmail.com"
},
"source": {
"git": "https://github.com/ashfurrow/Forgeries.git",
"tag": "0.6.0"
},
"social_media_url": "https://twitter.com/ashfurrow",
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"frameworks": [
"Foundation",
"XCTest"
],
"subspecs": [
{
"name": "Core",
"source_files": "Pod/Classes/*",
"public_header_files": "Pod/Classes/*.h"
},
{
"name": "Mocks",
"dependencies": {
"OCMock": [
],
"Forgeries/Core": [
]
},
"source_files": "Pod/Classes/Mocks/*",
"public_header_files": "Pod/Classes/Mocks/*.h"
}
]
}