Skip to content

Commit

Permalink
[Add] InterfaCSS 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tolo authored and CocoaPodsBot committed Jun 8, 2015
1 parent 0699ccb commit 6096400
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions Specs/InterfaCSS/1.0.0/InterfaCSS.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "InterfaCSS",
"version": "1.0.0",
"summary": "A fabulous CSS based styling and layout framework for iOS applications.",
"homepage": "https://github.com/tolo/InterfaCSS",
"license": "MIT",
"authors": {
"Tobias Löfstrand": "tobias@leafnode.se"
},
"source": {
"git": "https://github.com/tolo/InterfaCSS.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "InterfaCSS/**/*.{h,m}",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics",
"QuartzCore"
],
"dependencies": {
"Parcoa": [
"~> 0.0.1"
]
}
}

0 comments on commit 6096400

Please sign in to comment.