[Add] MoneyHashPayment 2.2.13
[CocoaPods.git] / Specs / 4 / 1 / a / Pdef / 1.2.0 / Pdef.podspec.json
blobdcfdefff5765fb288a4a4fde5a68a9e7fd3f1f18
2   "name": "Pdef",
3   "version": "1.2.0",
4   "summary": "Pdef Objective-C descriptors, formats and rpc.",
5   "homepage": "https://github.com/pdef/pdef-objc",
6   "license": "Apache License 2.0",
7   "authors": {
8     "Ivan Korobkov": "ivan.korobkov@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/pdef/pdef-objc.git",
12     "tag": "v1.2.0"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "6.0",
17     "osx": "10.8"
18   },
19   "source_files": [
20     "Pdef",
21     "Pdef/*.{h,m}"
22   ],
23   "public_header_files": "Pdef/*.h",
24   "dependencies": {
25     "AFNetworking": [
26       "~> 2.0"
27     ]
28   }