[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / e / c / WordPressCom-Stats-iOS / 0.6.4 / WordPressCom-Stats-iOS.podspec.json
blob6259559ae80c9fab8409e328103cbe5e68eae808
2   "name": "WordPressCom-Stats-iOS",
3   "version": "0.6.4",
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.4"
18   },
19   "private_header_files": "WordPressCom-Stats-iOS/Private/*.h",
20   "exclude_files": "WordPressCom-Stats-iOS/Exclude",
21   "prefix_header_file": "WordPressCom-Stats-iOS/WordPressCom-Stats-iOS-Prefix.pch",
22   "requires_arc": true,
23   "header_dir": "WordPressComStatsiOS",
24   "module_name": "WordPressComStatsiOS",
25   "dependencies": {
26     "AFNetworking": [
27       "~> 2.6.0"
28     ],
29     "CocoaLumberjack": [
30       "~> 2.2.0"
31     ],
32     "WordPress-iOS-Shared": [
33       "~> 0.5.3"
34     ],
35     "NSObject-SafeExpectations": [
36       "0.0.2"
37     ],
38     "WordPressCom-Analytics-iOS": [
39       "~> 0.1.5"
40     ]
41   },
42   "deprecated": true,
43   "subspecs": [
44     {
45       "name": "UI",
46       "source_files": [
47         "WordPressCom-Stats-iOS/Common/*.{h,m,swift}",
48         "WordPressCom-Stats-iOS/Private/*.{h,m,swift}",
49         "WordPressCom-Stats-iOS/UI/*.{h,m,swift}"
50       ],
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     }
73   ]