blob: 6f3c2070a6a112a489ffa5e9ccf603bd187c9b9b [file] [log] [blame]
{
"name": "CMLibrary",
"version": "0.1.5",
"summary": "Library for calling web services.",
"description": "This CocoaPod provides the ability to fetch/push data through a web service call. It contains lots of customization that you can configure following features: caching, response type, request type etc.",
"homepage": "https://github.com/adityaaggarwal1/CMLibrary",
"license": "MIT",
"authors": {
"adityaaggarwal1": "aditya.aggarwal@yahoo.co.in"
},
"source": {
"git": "https://github.com/adityaaggarwal1/CMLibrary.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resources": "Pod/Assets/*.sqlite",
"libraries": "sqlite3"
}