[Add] NHValidationKit 1.0.2
[CocoaPods.git] / Specs / 4 / 3 / c / PaylerSDK / 1.1 / PaylerSDK.podspec.json
blobbe1abaeb1650e84c3b048f22390851b650e01d20
2   "name": "PaylerSDK",
3   "version": "1.1",
4   "license": "MIT",
5   "homepage": "https://github.com/Payler/Payler-iOS-SDK",
6   "summary": "iOS SDK for Payler Gate API",
7   "authors": {
8     "Maxim Pavlov": "mp@poloniumarts.com"
9   },
10   "social_media_url": "http://payler.com",
11   "platforms": {
12     "ios": "6.0"
13   },
14   "source": {
15     "git": "https://github.com/Payler/Payler-iOS-SDK.git",
16     "tag": "1.1"
17   },
18   "source_files": "PaylerSDK/*.{h,m}",
19   "ios": {
20     "resource_bundles": {
21       "PaylerSDK": "PaylerSDK/*.cer"
22     }
23   },
24   "requires_arc": true,
25   "dependencies": {
26     "AFNetworking/NSURLConnection": [
27       "~> 2.3"
28     ],
29     "AFNetworking/Security": [
30       "~> 2.3"
31     ],
32     "AFNetworking/Serialization": [
33       "~> 2.3"
34     ]
35   }