[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / a / 1 / AFZalandoSDK / 0.0.1 / AFZalandoSDK.podspec.json
blobaf4a541ddeacf76e3f905e9cc7e8c7906488a82e
2   "name": "AFZalandoSDK",
3   "version": "0.0.1",
4   "summary": "iOS SDK for Zalando public API",
5   "homepage": "https://github.com/alexfedosov/AFZalandoSDK",
6   "license": "MIT",
7   "authors": {
8     "Alexander Fedosov": "alexander.a.fedosov@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/alexfedosov/AFZalandoSDK.git",
12     "tag": "0.0.1"
13   },
14   "social_media_url": "https://twitter.com/alexfedosov",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "AFZalandoSDK": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "public_header_files": "Pod/Classes/**/*.h",
26   "dependencies": {
27     "AFNetworking": [
28       "~> 2.6.3"
29     ]
30   }