blob: a56d704a52f5696dae807e3c0331aafa3401925a [file] [log] [blame]
{
"name": "NNPopObjc",
"version": "1.0.1",
"summary": "Implement protocol extensions for protocol-oriented programming.",
"description": "Inspired by swift's protocol-oriented programming。\nBased on runtime, the framework implements protocol extensions for protocol-oriented programming.",
"homepage": "https://github.com/amisare/NNPopObjc",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Haijun Gu": "243297288@qq.com"
},
"social_media_url": "https://www.jianshu.com/u/9df9f28ff266",
"source": {
"git": "https://github.com/amisare/NNPopObjc.git",
"tag": "1.0.1"
},
"requires_arc": true,
"libraries": "c++",
"platforms": {
"osx": "10.7",
"ios": "6.0",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "NNPopObjc/*.{h,m,mm}",
"subspecs": [
{
"name": "extobjc",
"source_files": "NNPopObjc/extobjc/*.{h,m}"
},
{
"name": "Public",
"source_files": "NNPopObjc/Public/*.{h,m,mm}"
},
{
"name": "Source",
"source_files": "NNPopObjc/Source/*.{h,m,mm}",
"private_header_files": "NNPopObjc/Source/*.{h}",
"dependencies": {
"NNPopObjc/extobjc": [
],
"NNPopObjc/Public": [
]
}
}
]
}