blob: a6b473656e43db833e7fa4c25777a95d865b439d [file] [log] [blame]
{
"name": "why-ios",
"version": "0.1.1",
"summary": "why-ios.",
"homepage": "https://github.com/coderx-waper/why-ios",
"description": "https://github.com/coderx-waper/why-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"coderx-waper": "hanssea09@gmail.com"
},
"source": {
"git": "https://github.com/coderx-waper/why-ios.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "why-ios/Classes/why_ios.h",
"public_header_files": "why-ios/Classes/why_ios.h",
"subspecs": [
{
"name": "Category",
"source_files": "why-ios/Classes/Category/**/*",
"public_header_files": "why-ios/Classes/Category/*.h"
},
{
"name": "Procotol",
"source_files": "why-ios/Classes/Procotol/**/*",
"public_header_files": "why-ios/Classes/Procotol/*.h"
}
]
}