blob: 858c0e7ce3e56c341683f1350d9ebed822fb17f5 [file] [log] [blame]
{
"name": "AKCalendar",
"version": "0.1.1",
"summary": "Sample Pod - AKCalendar",
"description": "This is a sample pod for the Calendar.",
"homepage": "https://github.com/ashishke2m/AKCalendar",
"license": "MIT",
"authors": {
"ashishke2m": "ashishk@e2msolutions.com"
},
"source": {
"git": "https://github.com/ashishke2m/AKCalendar.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"AKCalendar": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"AFNetworking": [
"~> 3.0"
],
"MBProgressHUD": [
]
}
}