blob: e26cd9e06cdcf3162da0908dc425351459394521 [file] [log] [blame]
{
"name": "STMTestFramework",
"version": "1.2.0",
"summary": "It is a test framework.",
"homepage": "https://github.com/depthlove/STMTestFramework",
"license": "Apache License, Version 2.0",
"authors": {
"depthlove": "suntongmian@163.com"
},
"source": {
"git": "https://github.com/depthlove/STMTestFramework.git",
"tag": "v1.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"subspecs": [
{
"name": "iphoneos",
"vendored_frameworks": "Pod/Library/STMTestFramework.framework"
}
]
}