blob: 3e89165e531865fa644133a9af495c63d1196f8f [file] [log] [blame]
{
"name": "CarbonKit",
"version": "1.0.2",
"summary": "CarbonKit is an iOS OpenSource libraries collection",
"description": "\t\t CarbonKit is an iOS OpenSource libraries collection. Like the Carbon is the base of the life, I started CarbonKit to be base of great apps ;-) Fork & Contribute CarbonKit to make it better.\n\n\t\t CarbonKit includes:\n\n\t\t - CarbonSwipeRefresh : pull to refresh\n\t\t - CarbonTabSwipeNavigation : navigate with tabs using swipe\n",
"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": "1.0.2"
},
"source_files": [
"CarbonKit/*.h",
"CarbonKit/CarbonSwipeRefresh/*.{h,m}",
"CarbonKit/CarbonTabSwipeNavigation/*.{h,m}"
],
"public_header_files": "CarbonKit/*.h",
"requires_arc": true
}