blob: 351ccc92c0a2e0d9a76790eadd51128df056c53c [file] [log] [blame]
{
"name": "Fiorite",
"version": "0.0.1",
"summary": "Components and utilities for iOS, based on the Pearl iOS library.",
"homepage": "https://github.com/link-nv/Fiorite",
"license": {
"type": "LGPL v3",
"file": "LICENSE"
},
"authors": {
"Wim Vandenhaute": "wim.vandenhaute@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/link-nv/Fiorite.git",
"tag": "0.0.1"
},
"source_files": "Fiorite/Fiorite/**/*.{h,m}",
"ios": {
"frameworks": [
"Security",
"MobileCoreServices",
"SystemConfiguration"
]
},
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 1.3.2"
],
"Reachability": [
"~> 3.1.0"
],
"TouchJSON": [
"~> 1.1"
],
"JRSwizzle": [
"~> 1.0"
],
"UIColor-Utilities": [
"~> 1.0.1"
]
}
}