blob: 0046b9b6dabe611b363d3da9dc7fa21ff971f443 [file] [log] [blame]
{
"name": "NNNavigationBar",
"version": "1.1.1",
"summary": "NNNavigationBar: make UINavigationBar background transition smoothly.",
"description": "NNNavigationBar is A library that makes the UINavigationBar background to smoothly transition between different colors or images.",
"homepage": "https://github.com/amisare/NNNavigationBar",
"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/NNNavigationBar.git",
"tag": "1.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "NNNavigationBar/*.{h,m}",
"default_subspecs": "Utils",
"subspecs": [
{
"name": "Utils",
"source_files": "NNNavigationBar/Utils/*.{h,m}"
}
]
}