blob: 58d0ef5ae62dc026f3d83232ebde1555f24458bf [file] [log] [blame]
{
"name": "Fiorite",
"version": "0.1.8",
"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": "6.0",
"osx": "10.8"
},
"source": {
"git": "https://github.com/link-nv/Fiorite.git",
"tag": "0.1.8"
},
"resources": [
"Fiorite/Fiorite/*.lproj"
],
"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": [
"~> 2.5.2"
],
"Reachability": [
"~> 3.2"
],
"TouchJSON": [
"~> 1.1"
],
"JRSwizzle": [
"~> 1.0"
]
}
}