[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / b / 9 / TestFramework / 0.1.8 / TestFramework.podspec.json
blobe66d4b87159a048ff10b4a12ce2f712c76dd2a14
2   "name": "TestFramework",
3   "version": "0.1.8",
4   "summary": "Just a test framework",
5   "description": "A longer description of TestFramework in Markdown format.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
6   "homepage": "https://github.com/vgomezcds/TestFramework",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "vgomezcds": "email@address.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/vgomezcds/TestFramework.git",
19     "tag": "v0.1.8"
20   },
21   "preserve_paths": "TestFramework.framework/*",
22   "source_files": "TestFramework.framework/Headers/*.{h}",
23   "requires_arc": true,
24   "xcconfig": {
25     "GCC_PREPROCESSOR_DEFINITIONS": "DEBUG=1 $(inherited) CVLIB_IMG_NOCODEC",
26     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/TestFramework/\""
27   },
28   "ios": {
29     "frameworks": [
30       "TestFramework",
31       "AudioToolbox",
32       "AVFoundation",
33       "CoreMedia",
34       "Accelerate",
35       "AssetsLibrary"
36     ],
37     "libraries": [
38       "iconv",
39       "c++",
40       "z"
41     ]
42   }