blob: 25c33e7e55f26171858146b5bf346183c1058ae9 [file] [log] [blame]
{
"name": "MuscleAssert",
"version": "1.0.0",
"summary": "A unit test framework for Objective-C using computation expressions.",
"homepage": "https://github.com/akuraru/MuscleAssert-Objective-C",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"akuraru": "akuraru@gmail.com"
},
"source": {
"git": "https://github.com/akuraru/MuscleAssert-Objective-C.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"default_subspecs": "All",
"deprecated": true,
"subspecs": [
{
"name": "All",
"dependencies": {
"MuscleAssert/Core": [
]
}
},
{
"name": "Core",
"source_files": "MuscleAssert/**/*.{h,m}"
}
]
}