[Deprecate] CHAT360IOS_SDK 1.0.8
[CocoaPods.git] / Specs / 9 / 6 / d / INSpriterKit / 1.0.1 / INSpriterKit.podspec.json
blobf50def3c626de6e0fdc11c5bdf047475a9611432
2   "name": "INSpriterKit",
3   "version": "1.0.1",
4   "summary": "SpriterKit is a Spriter binding for iOS Sprite Kit.",
5   "homepage": "https://github.com/indieSoftware/INSpriterKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": "Sven Korset",
11   "platforms": {
12     "ios": "7.0"
13   },
14   "requires_arc": true,
15   "frameworks": "SpriteKit",
16   "dependencies": {
17     "INLib": [
18       "~> 2.1"
19     ],
20     "INSpriteKit": [
21       "~> 1.1"
22     ],
23     "RaptureXML": [
24       "~> 1.0"
25     ]
26   },
27   "xcconfig": {
28     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
29   },
30   "source": {
31     "git": "https://github.com/indieSoftware/INSpriterKit.git",
32     "tag": "1.0.1"
33   },
34   "source_files": "INSpriterKit/**/*.{h,m}"