[Deprecate] CHAT360IOS_SDK 1.0.8
[CocoaPods.git] / Specs / 9 / 6 / d / INSpriterKit / 1.0 / INSpriterKit.podspec.json
blob20b9344ffd3433d20edd2a4794ef8c585230e211
2   "name": "INSpriterKit",
3   "version": "1.0",
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"
33   },
34   "source_files": "INSpriterKit/*.{h,m}",
35   "subspecs": [
36     {
37       "name": "SpriterModel",
38       "source_files": "INSpriterKit/SpriterModel/**/*.{h,m}"
39     },
40     {
41       "name": "SpriterParser",
42       "source_files": "INSpriterKit/SpriterParser/**/*.{h,m}",
43       "dependencies": {
44         "INSpriterKit/SpriterModel": [
46         ],
47         "INSpriterKit/INSKAnimationModel": [
49         ]
50       }
51     },
52     {
53       "name": "INSKAnimation",
54       "source_files": "INSpriterKit/INSKAnimation/**/*.{h,m}",
55       "dependencies": {
56         "INSpriterKit/INSKAnimationModel": [
58         ]
59       }
60     },
61     {
62       "name": "INSKAnimationModel",
63       "source_files": "INSpriterKit/INSKAnimationModel/**/*.{h,m}",
64       "dependencies": {
65         "INSpriterKit/INSKAnimation": [
67         ]
68       }
69     }
70   ]