blob: 6ca363a3addba48a201424d55a77b4282456d4fa [file] [log] [blame]
{
"name": "Egeniq",
"version": "0.2.1",
"summary": "Egeniq Library for iOS projects",
"description": "Egeniq Library for iOS projects\n===============================\n\nThis project contains some of the utility classes we've developed to make our lives easier. If they make our lives easier, they may also make somebody else happy, so we've decided to make them publicly available.\n\nAs-is, no warranties whatsoever, use at your own risk, etc. etc.\n\nPull requests with improvements are very much appreciated!\n\nLicense: Apache License 2.0 (See LICENSE file)\n\nTodo:\n* Overview of what's in here and what you'd use it for\n* Clean up documentation (especially headers)\n\nHave fun!\n\nThe Egeniq Team\nhttp://www.egeniq.com",
"homepage": "http://github.com/egeniq/egeniq-ios/",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Peter Verhage": "peter@egeniq.com",
"Ivo Jansch": "ivo@egeniq.com",
"Thijs Damen": "thijs@egeniq.com",
"Johan Kool": "johan@egeniq.com",
"Felix De Vliegher": "felix@egeniq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/egeniq/egeniq-ios.git",
"tag": "0.2.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"CoreText",
"UIKit",
"QuartzCore",
"CoreData",
"Foundation",
"SystemConfiguration"
],
"requires_arc": false
}