[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / 1 / 9 / TSFileCache / 1.0.4 / TSFileCache.podspec.json
blobc0ee4e923930cda6efa1af6956adc05e449673b0
2   "name": "TSFileCache",
3   "version": "1.0.4",
4   "summary": "Generic class that allows you to cache files on device's disk. Need to cache images or other files? Check this. Easy to subclass and reuse.",
5   "homepage": "https://github.com/tomkowz/TSFileCache",
6   "license": {
7     "type": "Apache",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Tomasz Szulc": "szulctomasz@me.com"
12   },
13   "social_media_url": "http://twitter.com/tomkowz",
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/tomkowz/TSFileCache.git",
19     "tag": "1.0.4"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{h,m}"
24   ],
25   "requires_arc": true