[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / 1 / 9 / TSFileCache / 1.0 / TSFileCache.podspec.json
blobd68ca60eaa9f416b8aecd0cd3d9df72ee5f48065
2   "name": "TSFileCache",
3   "version": "1.0",
4   "summary": "Generic class that allows you to cahce 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"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{h,m}"
24   ],
25   "requires_arc": false