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