[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 9 / 4 / 7 / InstantLab / 1.0 / InstantLab.podspec.json
blob3e7d465c02ab71a5ef791bf22a016bdf0e296284
2   "name": "InstantLab",
3   "version": "1.0",
4   "summary": "The Impossible Instant Lab.",
5   "homepage": "https://github.com/TheImpossibleProject/InstantLab",
6   "license": {
7     "type": "BSD",
8     "file": "LICENSE"
9   },
10   "authors": "Impossible GmbH",
11   "source": {
12     "git": "https://github.com/TheImpossibleProject/InstantLab.git",
13     "tag": "1.0"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source_files": "IPInstantLab/IPInstantLab/*.{h,m}",
19   "public_header_files": "IPInstantLab/IPInstantLab/IPInstantLab.h",
20   "resources": "IPInstantLab/Resources/*",
21   "frameworks": [
22     "CoreText",
23     "CoreImage",
24     "CoreMotion",
25     "MediaPlayer",
26     "AVFoundation",
27     "CoreGraphics",
28     "ImageIO",
29     "MobileCoreServices",
30     "AssetsLibrary"
31   ],
32   "requires_arc": true,
33   "dependencies": {
34     "BlocksKit": [
35       "~> 1.8"
36     ],
37     "WCAlertView": [
38       "~> 1.0"
39     ],
40     "ObjcAssociatedObjectHelpers": [
41       "~> 1.1"
42     ]
43   }