[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / e / c / WordPressCom-Stats-iOS / 0.6.0 / WordPressCom-Stats-iOS.podspec.json
blobc72a2862e000a3b71eb886a1a940eafd5ff4264a
2   "name": "WordPressCom-Stats-iOS",
3   "version": "0.6.0",
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.6.0"
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   "dependencies": {
24     "AFNetworking": [
25       "~> 2.6.0"
26     ],
27     "CocoaLumberjack": [
28       "~> 2.2.0"
29     ],
30     "WordPress-iOS-Shared": [
31       "~> 0.5.1"
32     ],
33     "NSObject-SafeExpectations": [
34       "0.0.2"
35     ],
36     "WordPressCom-Analytics-iOS": [
37       "~>0.1.0"
38     ]
39   },
40   "deprecated": true,
41   "subspecs": [
42     {
43       "name": "UI",
44       "source_files": "WordPressCom-Stats-iOS/UI",
45       "dependencies": {
46         "WordPressCom-Stats-iOS/Services": [
48         ]
49       },
50       "resource_bundles": {
51         "WordPressCom-Stats-iOS": [
52           "WordPressCom-Stats-iOS/UI/*.storyboard",
53           "WordPressCom-Stats-iOS/UI/*.xib",
54           "WordPressCom-Stats-iOS/Resources/*.otf",
55           "WordPressCom-Stats-iOS/Resources/*.png"
56         ]
57       }
58     },
59     {
60       "name": "Services",
61       "source_files": "WordPressCom-Stats-iOS/Services"
62     }
63   ]