[Add] Amplitude 8.9.0
[CocoaPods.git] / Specs / 4 / 9 / a / InterfaCSS / 0.9.4 / InterfaCSS.podspec.json
blob04847de9eda7ccb10f4263af5439be74a84cc8b8
2   "name": "InterfaCSS",
3   "version": "0.9.4",
4   "summary": "A fabulous CSS based styling and layout framework for iOS applications.",
5   "homepage": "https://github.com/tolo/InterfaCSS",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Tobias Löfstrand": "tobias@leafnode.se"
12   },
13   "source": {
14     "git": "https://github.com/tolo/InterfaCSS.git",
15     "tag": "0.9.4"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "source_files": "InterfaCSS/**/*.{h,m}",
21   "public_header_files": [
22     "InterfaCSS/InterfaCSS.h",
23     "InterfaCSS/UI/*.h",
24     "InterfaCSS/Model/ISSPropertyDefinition.h",
25     "InterfaCSS/Model/ISSPropertyDeclaration.h",
26     "InterfaCSS/Model/ISSStyleSheet.h",
27     "InterfaCSS/Util/NSObject+ISSLogSupport.h"
28   ],
29   "requires_arc": true,
30   "frameworks": [
31     "UIKit",
32     "CoreGraphics",
33     "QuartzCore"
34   ],
35   "dependencies": {
36     "Parcoa": [
37       "~> 0.0.1"
38     ]
39   }