blob: 441f8e54e557d377641412989449927a632cdae0 [file] [log] [blame]
{
"name": "NoticeView",
"version": "1.0.0",
"license": "MIT",
"summary": "A TweetBot-like notice component for iOS.",
"homepage": "https://github.com/tciuro/NoticeView/",
"authors": {
"Tito Ciuro": "tciuro@mac.com"
},
"source": {
"git": "https://github.com/tciuro/NoticeView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": null
},
"source_files": "NoticeView/WBNoticeView/*.{m,h}",
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics",
"QuartzCore"
],
"resources": "NoticeView/WBNoticeView/NoticeView.bundle",
"requires_arc": false
}