blob: dfd93e9b3925e3f7258bc622783f76ea116ad7c0 [file] [log] [blame]
{
"name": "CMLibrary",
"version": "0.1.11",
"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.11"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resources": "Pod/Assets/*.sqlite",
"libraries": "sqlite3"
}