blob: b925be0a6fc715a1286f91ecf76b69929983a75b [file] [log] [blame]
{
"name": "Fiorite",
"version": "0.0.2",
"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",
"osx": "10.7"
},
"source": {
"git": "https://github.com/link-nv/Fiorite.git",
"tag": "0.0.2"
},
"ios": {
"source_files": [
"Fiorite/Fiorite/*.{h,m}",
"Fiorite/Fiorite-iOS/*.{h,m}"
],
"frameworks": [
"Security",
"MobileCoreServices",
"SystemConfiguration"
],
"dependencies": {
"UIColor-Utilities": [
"~> 1.0.1"
]
}
},
"osx": {
"frameworks": [
"Security",
"CoreServices",
"SystemConfiguration"
],
"source_files": "Fiorite/Fiorite/*.{h,m}"
},
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 1.3.2"
],
"Reachability": [
"~> 3.1.0"
],
"TouchJSON": [
"~> 1.1"
],
"JRSwizzle": [
"~> 1.0"
]
}
}