[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / e / 6 / 5 / Squall / 1.11 / Squall.podspec.json
blob84ace4fcda4e956d5dcd5f58aa0f2de88bcf16f3
2   "name": "Squall",
3   "version": "1.11",
4   "summary": "Squall  - After Effects to iOS.",
5   "platforms": {
6     "ios": "8.0"
7   },
8   "description": "Squall  - convert After Effects animations to iOS code and integrate them with your app.",
9   "homepage": "https://github.com/marcuseckert/Squall",
10   "license": {
11     "type": "Commercial",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "Marcus Eckert": "hello@squall.no"
16   },
17   "source": {
18     "git": "https://github.com/marcuseckert/Squall.git",
19     "tag": "1.11"
20   },
21   "social_media_url": "https://twitter.com/marcus_eckert",
22   "resource_bundles": {
23     "Squall": [
24       "Squall.framework/rsaCert.der"
25     ]
26   },
27   "xcconfig": {
28     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Squall\""
29   },
30   "preserve_paths": "Squall.framework",
31   "source_files": "Squall.framework/Headers/**/*.h",
32   "public_header_files": "Squall.framework/Headers/**/*.h",
33   "frameworks": [
34     "UIKit",
35     "QuartzCore"
36   ],
37   "ios": {
38     "vendored_frameworks": "Squall.framework"
39   },
40   "requires_arc": true