blob: 48953755951c6f70aee57ffaff9baea3dd31e2b1 [file] [log] [blame]
{
"name": "NNPopObjc",
"version": "0.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": "http://www.jianshu.com/users/9df9f28ff266/latest_articles",
"source": {
"git": "https://github.com/amisare/NNPopObjc.git",
"tag": "0.0.1"
},
"user_target_xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "NNPopObjc/NNPopObjc/*.{h,m}",
"public_header_files": "NNPopObjc/NNPopObjc/NNPopObjc.h"
}