blob: 5abc76b68757f4a6caa986ccd55c2f0317a28296 [file] [log] [blame]
{
"name": "ErnKit",
"version": "0.0.5",
"summary": "ErnKit is a framework for simplifying the development of well structured Objective-C apps.",
"homepage": "http://github.com/ernstsson/ErnKit",
"license": "MIT",
"authors": {
"Magnus Ernstsson": "magnus@ernstsson.net"
},
"source": {
"git": "https://github.com/ernstsson/ErnKit.git",
"tag": "v0.0.5"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": "Source/ErnKit/**/*.{h,m}",
"frameworks": "Foundation"
},
{
"name": "UIKitIntegration",
"source_files": "Source/ErnKitUIKitIntegration/**/*.{h,m}",
"dependencies": {
"ErnKit/Core": [
]
},
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics"
]
},
{
"name": "MapKitIntegration",
"source_files": "Source/ErnKitMapKitIntegration/**/*.{h,m}",
"dependencies": {
"ErnKit/Core": [
],
"ErnKit/UIKitIntegration": [
]
},
"frameworks": [
"Foundation",
"UIKit",
"MapKit",
"CoreLocation",
"CoreGraphics"
]
},
{
"name": "RestKitIntegration",
"source_files": "Source/ErnKitRestKitIntegration/**/*.{h,m}",
"dependencies": {
"ErnKit/Core": [
],
"RestKit": [
]
},
"frameworks": "Foundation"
}
]
}