blob: 5f58f20fa7056eb6438807922093a8415b71744b [file] [log] [blame]
{
"name": "nakilib",
"version": "1.0.8",
"source": {
"git": "https://github.com/NagiYan/nakilib.git",
"tag": "1.0.8"
},
"summary": "my lib, with some usefull tools",
"description": "my lib, with some usefull tools, for private use",
"homepage": "https://github.com/NagiYan/nakilib",
"license": "MIT",
"authors": {
"nagi": "yxj@foxmail.com"
},
"platforms": {
"ios": "7.0"
},
"default_subspecs": "All",
"dependencies": {
"SAMWebView": [
],
"ReactiveCocoa": [
"~> 2.5"
],
"AFNetworking": [
],
"Masonry": [
],
"Reachability": [
],
"MJRefresh": [
],
"MGSwipeTableCell": [
],
"ChameleonFramework": [
],
"pop": [
],
"SDWebImage": [
]
},
"subspecs": [
{
"name": "All",
"ios": {
"dependencies": {
"nakilib/MRC": [
],
"nakilib/ARC": [
]
}
}
},
{
"name": "MRC",
"requires_arc": false,
"source_files": "nakilib/ui/view/MKNumberBadgeView.*",
"exclude_files": "nakilib/LICENSE",
"frameworks": "UIKit"
},
{
"name": "ARC",
"requires_arc": true,
"source_files": [
"nakilib/**/*",
"nakilib/ui/**/*",
"nakilib/communication/**/*",
"nakilib/device/**/*"
],
"exclude_files": [
"nakilib/LICENSE",
"nakilib/ui/view/MKNumberBadgeView.*"
],
"frameworks": "UIKit"
}
]
}