blob: 38cf8323cb50b01049f3b4782984aa7da7115dd7 [file] [log] [blame]
{
"name": "ILLib",
"version": "0.0.1",
"summary": "ILLib collection of useful libraries.",
"description": "Different Libraries and functionalities Added along with new API.",
"homepage": "http://git.inspeero.com/pathik/illib",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"Pinki Maurya": "pmaurya@inspeero.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "http://git.inspeero.com/pathik/illib.git",
"tag": "0.0.1"
},
"source_files": [
"ILLib",
"ILLib/**/*.{h,m}",
"*.{h,m}"
],
"requires_arc": true
}