blob: 987a45aab71050d87a1e032dd5aeb473fe598f38 [file] [log] [blame]
{
"name": "CustomIOSControl",
"version": "0.0.2",
"summary": "Custom IOS Controls which can be customized in Interface builder",
"description": "Custom IOS Controls which can be customized in Interface builder",
"homepage": "https://github.com/miralmegha/CustomIOSControl",
"license": "MIT",
"authors": {
"Mittal": "mit.banker1@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/miralmegha/CustomIOSControl.git",
"commit": "0e58ab86832b235ad5c8008c5553ef0a34e36cc1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"dependencies": {
"AFNetworking": [
"~> 2.5"
],
"SDWebImage": [
"~> 3.7"
],
"MBProgressHUD": [
"~> 0.9.2"
],
"TWMessageBarManager": [
],
"ObjectiveSugar": [
"~> 1.1"
]
},
"prefix_header_file": "Classes/Template-Prefix.pch"
}