blob: 3a2cf04c9b5cd60de98ea01090c3eb31766cd2d6 [file] [log] [blame]
{
"name": "SegmentedControl",
"version": "0.1.0",
"summary": "Segmented Control",
"description": "HMSegmentedControl is subclass of UIView which gives the behaviour like SegmentedControl of cocoa touch",
"homepage": "http://www.timesinternet.in",
"license": {
"type": "Times Internet Limited",
"file": "LICENSE"
},
"authors": {
"pankaj.jha": "pankaj.jha@timesinternet.in"
},
"source": {
"git": "https://pankaj_kumar_jha@bitbucket.org/pankaj_kumar_jha/segmentedcontrol-ios.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SegmentedControl": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"Foundation"
]
}