[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 4 / 9 / a / InterfaCSS / 0.9.3 / InterfaCSS.podspec.json
blob3590057eac90b5ee22e08214da7944d293f92a06
2   "name": "InterfaCSS",
3   "version": "0.9.3",
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.3"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "source_files": "InterfaCSS/**/*.{h,m}",
21   "requires_arc": true,
22   "frameworks": [
23     "UIKit",
24     "CoreGraphics",
25     "QuartzCore"
26   ],
27   "dependencies": {
28     "Parcoa": [
29       "~> 0.0.1"
30     ]
31   }