blob: a0e6a68c2bffbe1190f2124dd6e3c83e59ae4808 [file] [log] [blame]
{
"name": "ESCategory",
"version": "0.0.1",
"summary": "some category for iOS",
"description": "improve efficiency for ios develop",
"homepage": "https://github.com/EverydayStep",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"codeLocker": "codeLockers@outlook.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/EverydayStep/ESCategory.git",
"tag": "0.0.1"
},
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"ESUtils": [
"0.0.2"
]
},
"subspecs": [
{
"name": "NSArray",
"source_files": "ESCategory/NSArray/*.{h,m}"
}
]
}