[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / b / 9 / TestFramework / 0.0.2 / TestFramework.podspec.json
blobabcdf445499f996eef58f57389a6712ff3e421fd
2   "name": "TestFramework",
3   "version": "0.0.2",
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.0.2"
20   },
21   "source_files": "NewFramework.framework/Headers/*.{h}",
22   "requires_arc": true,
23   "ios": {
24     "frameworks": [
25       "NewFramework",
26       "SystemConfiguration",
27       "AudioToolbox",
28       "AVFoundation",
29       "CoreMedia",
30       "CoreVideo",
31       "CoreGraphics",
32       "QuartzCore"
33     ],
34     "libraries": [
35       "iconv",
36       "c++",
37       "z"
38     ]
39   }