blob: 8840aad587be1fd1bae53cf7eefc7ab108b09ab0 [file] [log] [blame]
{
"name": "XBExtension",
"version": "0.0.1.6",
"summary": "A lot of category class, give a short way to make everything easier for development",
"description": " A lot of category class, give a short way to make everything easier for development\n Including:\n \n - MBProgressHUD shortcut\n - JSONKit\n - Adding automatically log for asihttprequest\n - NSLogger with cocoa lumberjack\n\n * Markdown format.\n * Don't worry about the indent, we strip it!\n",
"homepage": "https://github.com/EugeneNguyen/XBExtension",
"license": "MIT",
"authors": {
"eugene nguyen": "xuanbinh91@gmail.com"
},
"source": {
"git": "https://github.com/EugeneNguyen/XBExtension.git",
"tag": "0.0.1.6"
},
"social_media_url": "https://twitter.com/eugene_nguyen91",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"dependencies": {
"NSLogger-CocoaLumberjack-connector": [
"~> 1.3"
],
"ASIHTTPRequest": [
"~> 1.8"
],
"MBProgressHUD": [
"~> 0.8"
],
"JSONKit-NoWarning": [
"~> 1.1"
]
}
}