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