blob: fce398161b1cc76397f8364a8e3bd5cb47660793 [file] [log] [blame]
{
"name": "CarbonKit",
"version": "2.0.0",
"summary": "CarbonKit - iOS Components",
"description": "CarbonKit is an OpenSource 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",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ermal Kaleci": "ermalkaleci@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/ermalkaleci/CarbonKit.git",
"tag": "2.0.0"
},
"source_files": "CarbonKit/*.{h,m}",
"public_header_files": "CarbonKit/*.h",
"requires_arc": true
}