[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / 3 / 5 / Intilery / 1.0.0 / Intilery.podspec.json
blob234ede42845562af886f72b072e5377f831a3800
2   "name": "Intilery",
3   "version": "1.0.0",
4   "summary": "iPhone tracking library for Intilery Analytics",
5   "homepage": "https://intilery.com",
6   "license": "Apache License, Version 2.0",
7   "authors": {
8     "Intilery.com Ltd": "support@intilery.com"
9   },
10   "source": {
11     "git": "https://github.com/intilery/intilery-ios.git",
12     "tag": "v1.0.0"
13   },
14   "requires_arc": true,
15   "default_subspecs": "Intilery",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "subspecs": [
20     {
21       "name": "Intilery",
22       "source_files": [
23         "Intilery/**/*.{m,h}",
24         "Intilery/**/*.swift"
25       ],
26       "resources": [
28       ],
29       "frameworks": [
30         "UIKit",
31         "Foundation",
32         "SystemConfiguration"
33       ],
34       "libraries": "icucore",
35       "platforms": {
36         "ios": null
37       }
38     }
39   ]