[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 2 / 9 / HessianKit / 2.0.0 / HessianKit.podspec.json
blob58964edf697daa7e8b72da55031a92726d1c9944
2   "name": "HessianKit",
3   "version": "2.0.0",
4   "summary": "HessianKit is a Framework for Objective-C 2.0 to allow OS X and iOS applications to seamlessly communicate with hessian web services.",
5   "homepage": "http://sourceforge.net/projects/hessiankit",
6   "license": {
7     "type": "Apache License, Version 2.0",
8     "file": "LICENSE.TXT"
9   },
10   "authors": {
11     "Fredrik Olsson": "peylow@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/sxua/HessianKit.git",
15     "tag": "2.0.0"
16   },
17   "platforms": {
18     "ios": "4.0",
19     "osx": "10.5"
20   },
21   "source_files": "HessianClasses/**/*.{h,m}",
22   "osx": {
23     "exclude_files": [
24       "HessianClasses/**/*GameKit*.{h,m}",
25       "HessianClasses/**/*iPhone*.{h,m}"
26     ]
27   },
28   "ios": {
29     "frameworks": "GameKit"
30   },
31   "requires_arc": false