blob: 438ae04e8f9968dcbbfe05cae812252ad6c65884 [file] [log] [blame]
{
"name": "RnpKit",
"version": "1.0.7",
"summary": "A short description of RnpKit.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/Zomfice/RnpKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zomfice@gmail.com": "zomfice@gmail.com"
},
"source": {
"git": "https://github.com/Zomfice/RnpKit.git",
"tag": "1.0.7"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RnpKit/RnpKit.h",
"subspecs": [
{
"name": "View",
"source_files": "RnpKit/Classes/View/**/*"
},
{
"name": "Layer",
"source_files": "RnpKit/Classes/Layer/**/*",
"dependencies": {
"RnpKit/View": [
]
}
},
{
"name": "Gesture",
"source_files": "RnpKit/Classes/Gesture/**/*",
"dependencies": {
"RnpKit/View": [
]
}
},
{
"name": "Layout",
"source_files": "RnpKit/Classes/Layout/**/*",
"dependencies": {
"RnpKit/View": [
],
"Masonry": [
]
}
},
{
"name": "BezierPath",
"source_files": "RnpKit/Classes/Bezier/**/*",
"dependencies": {
"RnpKit/View": [
]
}
},
{
"name": "AttributedString",
"source_files": "RnpKit/Classes/AttributedString/**/*",
"dependencies": {
"RnpKit/View": [
]
}
}
]
}