[Delete] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / b / e / a / LoLAPI / 0.1.4 / LoLAPI.podspec.json
blob4e3bc8b0745cb77c2551f200733cf78db1b40c63
2   "name": "LoLAPI",
3   "version": "0.1.4",
4   "summary": "RESTful Objective-C client for the popular online game \"League of Legends\" by Riot Games.",
5   "description": "\t\t\tLoLAPI is the most powerful Objective-C RESTful client for the popular online game \"League of Legends\" by Riot Games. All client responses are fully object mapped, allowing developers to focus on writing their application without the hassle of consuming web services.\n",
6   "license": "Apache License, Version 2.0",
7   "authors": {
8     "troystump": "troystump@gmail.com"
9   },
10   "homepage": "https://github.com/troystump/LoLAPI",
11   "social_media_url": "http://twitter.com/troystump",
12   "source": {
13     "git": "https://github.com/troystump/LoLAPI.git",
14     "tag": "v0.1.4"
15   },
16   "source_files": "LoLAPI/Code/**/*.{h,m}",
17   "header_mappings_dir": "LoLAPI/Code",
18   "platforms": {
19     "ios": "5.0",
20     "osx": "10.7"
21   },
22   "requires_arc": true,
23   "prefix_header_contents": "      #import <Availability.h>\n\n      #define _AFNETWORKING_PIN_SSL_CERTIFICATES_\n\n      #if __IPHONE_OS_VERSION_MIN_REQUIRED\n          #import <SystemConfiguration/SystemConfiguration.h>\n          #import <MobileCoreServices/MobileCoreServices.h>\n          #import <Security/Security.h>\n      #else\n          #import <SystemConfiguration/SystemConfiguration.h>\n          #import <CoreServices/CoreServices.h>\n          #import <Security/Security.h>\n      #endif\n",
24   "dependencies": {
25     "RestKit": [
26       "~> 0.23.2"
27     ]
28   }