[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / e / 5 / KRE-IDMPhotoBrowser / 1.12.1 / KRE-IDMPhotoBrowser.podspec.json
blob55511c3c738829b7cc1eda853277dca0faabab93
2   "name": "KRE-IDMPhotoBrowser",
3   "summary": "Photo Browser / Viewer inspired by Facebook's and Tweetbot's with ARC support, swipe-to-dismiss, image progress and more. (Fork by smithkre)",
4   "version": "1.12.1",
5   "homepage": "https://github.com/smithkre/IDMPhotoBrowser",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.txt"
9   },
10   "authors": {
11     "Smith Krengkrud": "smith.kre@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/smithkre/IDMPhotoBrowser.git",
15     "tag": "1.12.1"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "source_files": "Classes/*.{h,m}",
21   "resources": [
22     "Classes/IDMPhotoBrowser.bundle",
23     "Classes/IDMPBLocalizations.bundle"
24   ],
25   "frameworks": [
26     "MessageUI",
27     "QuartzCore",
28     "SystemConfiguration",
29     "CoreServices",
30     "Security"
31   ],
32   "requires_arc": true,
33   "dependencies": {
34     "SDWebImage": [
36     ],
37     "DACircularProgress": [
39     ],
40     "pop": [
42     ]
43   }