[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / f / e / c / WordPressCom-Stats-iOS / 0.7.5 / WordPressCom-Stats-iOS.podspec.json
blob68b33141bbea335fa48719cb5a2b49b56b1ccc59
2   "name": "WordPressCom-Stats-iOS",
3   "version": "0.7.5",
4   "summary": "Reusable component for displaying WordPress.com site stats in an iOS application.",
5   "description": "Reusable component for displaying WordPress.com site stats in an iOS application\n\n* Requires an OAuth2 bearer token for WordPress.com generated currently by WordPress-Mobile/WordPress-iOS",
6   "homepage": "http://apps.wordpress.org",
7   "license": "GPLv2",
8   "authors": {
9     "Aaron Douglas": "astralbodies@gmail.com"
10   },
11   "social_media_url": "http://twitter.com/WordPressiOS",
12   "platforms": {
13     "ios": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/wordpress-mobile/WordPressCom-Stats-iOS.git",
17     "tag": "0.7.5"
18   },
19   "exclude_files": "WordPressCom-Stats-iOS/Exclude",
20   "prefix_header_file": "WordPressCom-Stats-iOS/WordPressCom-Stats-iOS-Prefix.pch",
21   "requires_arc": true,
22   "header_dir": "WordPressComStatsiOS",
23   "module_name": "WordPressComStatsiOS",
24   "dependencies": {
25     "AFNetworking": [
26       "~> 3.1.0"
27     ],
28     "CocoaLumberjack": [
29       "~> 2.2.0"
30     ],
31     "WordPress-iOS-Shared": [
32       "~> 0.5.3"
33     ],
34     "NSObject-SafeExpectations": [
35       "0.0.2"
36     ],
37     "WordPressCom-Analytics-iOS": [
38       "~> 0.1.4"
39     ]
40   },
41   "deprecated": true,
42   "subspecs": [
43     {
44       "name": "UI",
45       "source_files": [
46         "WordPressCom-Stats-iOS/Common/*.{h,m,swift}",
47         "WordPressCom-Stats-iOS/Private/*.{h,m,swift}",
48         "WordPressCom-Stats-iOS/UI/*.{h,m,swift}"
49       ],
50       "private_header_files": "WordPressCom-Stats-iOS/Private/*.h",
51       "dependencies": {
52         "WordPressCom-Stats-iOS/Services": [
54         ]
55       },
56       "resource_bundles": {
57         "WordPressCom-Stats-iOS": [
58           "WordPressCom-Stats-iOS/UI/*.storyboard",
59           "WordPressCom-Stats-iOS/UI/*.xib",
60           "WordPressCom-Stats-iOS/Resources/*.otf",
61           "WordPressCom-Stats-iOS/Resources/*.png"
62         ]
63       }
64     },
65     {
66       "name": "Services",
67       "source_files": [
68         "WordPressCom-Stats-iOS/Common/*.{h,m,swift}",
69         "WordPressCom-Stats-iOS/Private/*.{h,m,swift}",
70         "WordPressCom-Stats-iOS/Services/*.{h,m,swift}"
71       ],
72       "private_header_files": "WordPressCom-Stats-iOS/Private/*.h"
73     }
74   ]