blob: 77c30e56fb1eea73c829a47c158d6b2d5b8a7932 [file] [log] [blame]
{
"name": "CarbonKit",
"version": "2.1.0",
"summary": "CarbonKit - iOS Components (Obj-C & Swift)",
"description": "CarbonKit is an open source iOS library that includes powerful and beauty UI controllers. I started developing these controllers inspired by Android Material Design.",
"homepage": "https://github.com/ermalkaleci/CarbonKit",
"screenshots": [
"https://github.com/ermalkaleci/CarbonTabSwipeNavigation/blob/master/Examples/CarbonSwipeRefresh.gif",
"https://github.com/ermalkaleci/CarbonTabSwipeNavigation/blob/master/Examples/CarbonTabSwipeNavigation.gif"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ermal Kaleci": "ermalkaleci@gmail.com"
},
"social_media_url": "https://twitter.com/KaleciErmal",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ermalkaleci/CarbonKit.git",
"tag": "2.1.0"
},
"source_files": "CarbonKit/*.{h,m}",
"public_header_files": "CarbonKit/*.h",
"requires_arc": true
}