blob: fa89e80441f1612a9cc28f91b61464adae8eb9d9 [file] [log] [blame]
{
"name": "StockPile",
"version": "1.0.2",
"summary": "Caching Library in iOS",
"description": "Caching library in iOS",
"homepage": "https://github.com/Flipkart/StockPile",
"license": "MIT",
"authors": {
"prabodhprakash": "prabodh.prakash@flipkart.com"
},
"social_media_url": "http://twitter.com/prabodhprakash",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Flipkart/StockPile.git",
"tag": "1.0.2"
},
"source_files": [
"classes",
"lib/classes/**/*.{h,m}"
],
"exclude_files": "lib/classes/exclude",
"resources": "lib/classes/cache/inDatabase/CachingDatabase.xcdatamodeld",
"dependencies": {
"CoreDataLite": [
"~>1.0.1"
]
}
}