blob: b95d07724c47fd8c799ad20adbef1330d1b28f85 [file] [log] [blame]
{
"name": "NoticeView",
"version": "3.0.3",
"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": "3.0.3"
},
"platforms": {
"ios": "5.0"
},
"source_files": "NoticeView/WBNoticeView/*.{m,h}",
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics",
"QuartzCore"
],
"resources": "NoticeView/WBNoticeView/NoticeView.bundle",
"requires_arc": true
}