[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / a / f / StockPile / 1.0.2 / StockPile.podspec.json
blobfa89e80441f1612a9cc28f91b61464adae8eb9d9
2   "name": "StockPile",
3   "version": "1.0.2",
4   "summary": "Caching Library in iOS",
5   "description": "Caching library in iOS",
6   "homepage": "https://github.com/Flipkart/StockPile",
7   "license": "MIT",
8   "authors": {
9     "prabodhprakash": "prabodh.prakash@flipkart.com"
10   },
11   "social_media_url": "http://twitter.com/prabodhprakash",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/Flipkart/StockPile.git",
17     "tag": "1.0.2"
18   },
19   "source_files": [
20     "classes",
21     "lib/classes/**/*.{h,m}"
22   ],
23   "exclude_files": "lib/classes/exclude",
24   "resources": "lib/classes/cache/inDatabase/CachingDatabase.xcdatamodeld",
25   "dependencies": {
26     "CoreDataLite": [
27       "~>1.0.1"
28     ]
29   }