[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / f / e / c / WordPressCom-Stats-iOS / 0.6.3 / WordPressCom-Stats-iOS.podspec.json
blobd1c1b92a3dc2d2565cb07bd6cdae4a44b6b3fc5f
2   "name": "WordPressCom-Stats-iOS",
3   "version": "0.6.3",
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.3"
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       "~> 2.6.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.0"
39     ]
40   },
41   "deprecated": true,
42   "subspecs": [
43     {
44       "name": "UI",
45       "source_files": "WordPressCom-Stats-iOS/UI/*.{h,m,swift}",
46       "dependencies": {
47         "WordPressCom-Stats-iOS/Services": [
49         ]
50       },
51       "resource_bundles": {
52         "WordPressCom-Stats-iOS": [
53           "WordPressCom-Stats-iOS/UI/*.storyboard",
54           "WordPressCom-Stats-iOS/UI/*.xib",
55           "WordPressCom-Stats-iOS/Resources/*.otf",
56           "WordPressCom-Stats-iOS/Resources/*.png"
57         ]
58       }
59     },
60     {
61       "name": "Services",
62       "source_files": "WordPressCom-Stats-iOS/Services/*.{h,m,swift}"
63     }
64   ]