[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / 6 / 7 / Spati / 0.2.1 / Spati.podspec.json
blobc28af4bd17e4d20416669f322ae099b44628883c
2   "name": "Spati",
3   "version": "0.2.1",
4   "summary": "A caching layer for Objective-C.",
5   "homepage": "https://github.com/leonardvandriel/Spati",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.txt"
9   },
10   "authors": {
11     "Leonard van Driel": "leonardvandriel@gmail.com"
12   },
13   "platforms": {
14     "ios": "6.0",
15     "osx": "10.8"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/leonardvandriel/Spati.git",
20     "tag": "0.2.1"
21   },
22   "source_files": "Classes/**/*.{h,m,c}",
23   "osx": {
24     "exclude_files": "Classes/**/{UI,WDSImageNamedDisk}*.{h,m}"
25   },
26   "frameworks": "UIKit",
27   "dependencies": {
28     "AFNetworking": [
29       "~> 2.0"
30     ],
31     "NWLogging": [
32       "~> 1.2.0"
33     ]
34   },
35   "prefix_header_contents": "#define NWL_LIB Spati"