blob: 75bc74dcdcacb29c1f06e5a143def9eb9308a6c0 [file] [log] [blame]
{
"name": "NNPopObjc",
"version": "0.2.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.2.1"
},
"user_target_xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "NNPopObjc/NNPopObjc/*.{h,m,mm}",
"subspecs": [
{
"name": "extobjc",
"source_files": "NNPopObjc/NNPopObjc/extobjc/*.{h,m}"
}
]
}