blob: 04ab489758981dae105389c8c9387a911d97a5b6 [file] [log] [blame]
{
"name": "NTDAppStoreRoundFramedButton",
"version": "0.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "An iOS 7 App Store round framed style button.",
"homepage": "https://github.com/NicholasTD07/NTDAppStoreRoundFramedButton",
"authors": {
"NicholasTD07": "Nicholas.TD07@gmail.com"
},
"source": {
"git": "https://github.com/NicholasTD07/NTDAppStoreRoundFramedButton.git",
"tag": "0.0.1"
},
"description": " NTDAppStoreRoundFramedButton is like the round framed button found in iOS 7's App Store, more specifically, the button which says '$0.99' or 'OPEN'.\n Though the code is simple, it took some time to adjust the apperance of the button to look like the button in App Store.\n",
"source_files": "NTDAppStoreRoundFramedButton/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true,
"platforms": {
"ios": null
}
}