[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 7 / 2 / WordPress-iOS-Shared / 0.1.5 / WordPress-iOS-Shared.podspec.json
blobd6903072b9c62a2b0b328aeb640cf6da02129537
2   "name": "WordPress-iOS-Shared",
3   "version": "0.1.5",
4   "summary": "Shared components used in building the WordPress iOS apps and other library components.",
5   "description": "                   Shared components used in building the WordPress iOS apps and other library components.\n\n                   This is the first step required to build WordPress-iOS with UI components.\n",
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": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/wordpress-mobile/WordPress-iOS-Shared.git",
17     "tag": "0.1.5"
18   },
19   "exclude_files": "WordPress-iOS-Shared/Exclude",
20   "prefix_header_file": "WordPress-iOS-Shared/WordPress-iOS-Shared-Prefix.pch",
21   "requires_arc": true,
22   "dependencies": {
23     "AFNetworking": [
24       "~> 2.3.1"
25     ],
26     "CocoaLumberjack": [
27       "~> 1.9"
28     ]
29   },
30   "deprecated": true,
31   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": "WordPress-iOS-Shared/Core",
35       "ios": {
36         "resource_bundles": {
37           "WordPress-iOS-Shared": "WordPress-iOS-Shared/Assets/*.ttf"
38         }
39       }
40     },
41     {
42       "name": "DTCoreText",
43       "source_files": "WordPress-iOS-Shared/DTCoreText",
44       "dependencies": {
45         "DTCoreText": [
46           "1.6.13"
47         ],
48         "WordPress-iOS-Shared/Core": [
50         ]
51       }
52     }
53   ]