blob: 1bcd036db7c3bb0b4e580d6fd337de47afb9b750 [file] [log] [blame]
{
"name": "NJK-Kit",
"version": "0.0.2",
"summary": "UIKit_Category",
"homepage": "https://github.com/jiangkuoniu/NJK-KitDemo",
"license": "MIT",
"authors": {
"NJK": "707429313@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/jiangkuoniu/NJK-KitDemo.git",
"tag": "v0.0.2"
},
"source_files": "NJK-Kit/NJKKitHeader.h",
"requires_arc": true,
"subspecs": [
{
"name": "Category",
"source_files": "NJK-Kit/Category/*.{h,m}"
},
{
"name": "Chain",
"source_files": "NJK-Kit/Chain/*.{h,m}"
}
]
}